diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 79f41c70de65..f106a2a8a144 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -1,41 +1,39 @@ -# Created by: rene@FreeBSD.org - PORTNAME= dcf77pi PORTVERSION= 3.7.1.1 DISTVERSIONPREFIX=v PORTREVISION= 1 CATEGORIES= comms -MAINTAINER= rene0@freedom.nl +MAINTAINER= rene@FreeBSD.org COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libjson-c.so:devel/json-c USES= ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= rene0 USE_LDCONFIG= yes INSTALL_TARGET= install-strip PATCH_STRIP= -p1 PORTDOCS= CHANGELOG.md README.md receiver.svg OPTIONS_DEFINE= DOXYGEN DOCS DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_ALL_TARGET= all doxygen DOXYGEN_INSTALL_TARGET= install-doxygen DOXYGEN_PORTDOCS= html/* post-install: @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.md # do not install twice ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index d6a2ac54e1b6..b6b54f0c3270 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,33 +1,31 @@ -# Created by: rene - PORTNAME= fuse-utils DISTVERSION= 1.4.3 PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Utilities from the Free Unix Spectrum Emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libgcrypt.so:security/libgcrypt \ libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum USES= gettext gnome iconv jpeg pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README ${STAGEDIR}${DOCSDIR} .include diff --git a/lang/bas2tap/Makefile b/lang/bas2tap/Makefile index fc04f4ebd41b..1866eedb1434 100644 --- a/lang/bas2tap/Makefile +++ b/lang/bas2tap/Makefile @@ -1,32 +1,30 @@ -# Created by: rene - PORTNAME= bas2tap PORTVERSION= 2.6 CATEGORIES= lang MASTER_SITES= https://live.worldofspectrum.org/files/download/4e49dd79ef083d8/ DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//}-generic MAINTAINER= rene@FreeBSD.org COMMENT= Convert 48k/128k ZX Spectrum BASIC text files to TAP files LICENSE= GPLv2 USES= zip NO_WRKSUBDIR= yes PORTDOCS= ${PORTNAME}.doc PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS do-build: ${CC} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} -lm ${CFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index 0c1517f82345..b3d21d719036 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -1,23 +1,21 @@ -# Created by: rene - PORTNAME= biosfont-demos PORTVERSION= 1.3 CATEGORIES= misc -MAINTAINER= rene0@freedom.nl +MAINTAINER= rene@FreeBSD.org COMMENT= Demos for the biosfont kernel module LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:sysutils/biosfont RUN_DEPENDS= /boot/modules/biosfont.ko:sysutils/biosfont USE_GITHUB= yes GH_ACCOUNT= rene0 GH_PROJECT= biosfont WRKSRC_SUBDIR= biosfont-demos INSTALL_TARGET= install-strip PLIST_FILES= bin/show_char bin/showdati .include diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index beb99fd807c9..46a60bf5b1ce 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -1,24 +1,22 @@ -# Created by: rene - PORTNAME= biosfont PORTVERSION= 1.3 CATEGORIES= sysutils -MAINTAINER= rene0@freedom.nl +MAINTAINER= rene@FreeBSD.org COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory LICENSE= BSD2CLAUSE # only platforms guaranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= amd64 i386 USES= uidfix kmod USE_GITHUB= yes GH_ACCOUNT= rene0 WRKSRC_SUBDIR= biosfont post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4 .include