Index: head/games/ioquake3/Makefile =================================================================== --- head/games/ioquake3/Makefile (revision 449917) +++ head/games/ioquake3/Makefile (revision 449918) @@ -1,206 +1,206 @@ # Created by: alepulver # $FreeBSD$ PORTNAME?= ioquake3 PORTVERSION?= ${IOQUAKE3VER} PORTREVISION?= 16 CATEGORIES= games MASTER_SITES?= http://ioquake3.org/files/${DISTVERSION}/ # Using zip this way enables slaves to override it. EXTRACT_SUFX?= .zip -MAINTAINER?= kami@FreeBSD.org +MAINTAINER?= kamikaze@bsdforen.de COMMENT?= Cleaned-up and enhanced version of Quake 3 LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING.txt USES= pkgconfig gmake # Port configuration flags: # CLIENT SERVER TOOLS DLRENDERER GAMELIBS OPUS OPENGL2 IOQ3?= CLIENT TOOLS GAMELIBS IOQ3ARCH?= ${ARCH} IOQ3SDL?= sdl .if ! ${IOQ3:MCLIENT} && ! ${IOQ3:MSERVER} BROKEN= Slave ports must at least specify IOQ3=CLIENT or IOQ3=SERVER .endif # Client options .if ${IOQ3:MCLIENT} OPTIONS_DEFINE= SERVER CURL OPENAL MUMBLE VORBIS DEBUG OPTIONS_DEFAULT= SERVER CURL OPENAL MUMBLE VORBIS SERVER_DESC= Install dedicated server MUMBLE_DESC= Enable Mumble support (no dependencies) USE_GL+= gl .endif IOQ3_OPTIONS= ${IOQ3:MTOOLS} ${IOQ3:MDLRENDERER} ${IOQ3:MGAMELIBS} \ ${IOQ3:MOPUS} OPTIONS_DEFINE+= ${IOQ3_OPTIONS} DOCS OPTIONS_DEFAULT+= ${IOQ3_OPTIONS} TOOLS_DESC= Enable modding tools DLRENDERER_DESC= Build dynamically loaded renderer GAMELIBS_DESC= Build game libraries MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \ DEFAULT_LIBDIR="${PREFIX}/${LIBDIR}" \ HOMEPATH="${HOMEPATH}" \ VERSION="${Q3ENGINEVER}" \ ARCH="${IOQ3ARCH}" \ TOOLS_CC="${CC}" \ USE_LOCAL_HEADERS=0 ALL_TARGET= release LIBDIR= lib/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= share/doc/${PORTNAME}${PKGNAMESUFFIX} BUILDDIR= ${WRKSRC}/build/${ALL_TARGET}-freebsd-${IOQ3ARCH} BINSUFFIX?= HOMEPATH?= /.${PORTNAME} Q3CLIENT?= ioquake3 Q3SERVER?= ioq3ded Q3TOOLS?= q3asm \ q3cpp \ q3lcc \ q3rcc Q3DOCS?= README \ id-readme.txt \ md4-readme.txt \ voip-readme.txt Q3BASE?= baseq3 \ missionpack Q3GAMELIBS?= cgame \ qagame \ ui Q3ICON?= ${PREFIX}/share/pixmaps/quake3.xpm .if ${IOQ3:MOPENGL2} Q3RENDERER?= opengl1 opengl2 .else Q3RENDERER?= opengl1 .endif Q3RENDPREFIX?= renderer_ Q3RENDSUFFIX?= _${IOQ3ARCH} Q3INSTALL?= Q3ENGINEVER?= ${DISTVERSION} IOQUAKE3VER= 1.36 ONLY_FOR_ARCHS= amd64 i386 DEBUG_VARS= ALL_TARGET=debug SERVER_RUN_DEPENDS= ${Q3SERVER}${BINSUFFIX}:games/${PORTNAME}-server CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_MAKE_ARGS= USE_CURL=1 USE_CURL_DLOPEN=0 CURL_MAKE_ARGS_OFF= USE_CURL=0 OPENAL_USES= openal:al OPENAL_MAKE_ARGS= USE_OPENAL=1 USE_OPENAL_DLOPEN=0 OPENAL_MAKE_ARGS_OFF= USE_OPENAL=0 VORBIS_VARS= NEED_OGG=yes VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VORBIS_MAKE_ARGS= USE_CODEC_VORBIS=1 VORBIS_MAKE_ARGS_OFF= USE_CODEC_VORBIS=0 OPUS_VARS= NEED_OGG=yes OPUS_LIB_DEPENDS= libopusfile.so:audio/opusfile \ libopus.so:audio/opus OPUS_MAKE_ARGS= USE_CODEC_OPUS=1 USE_INTERNAL_OPUS=0 OPUS_MAKE_ARGS_OFF= USE_CODEC_OPUS=0 MUMBLE_MAKE_ARGS= USE_MUMBLE=1 MUMBLE_MAKE_ARGS_OFF= USE_MUMBLE=0 GAMELIBS_MAKE_ARGS= BUILD_GAME_SO=1 GAMELIBS_MAKE_ARGS_OFF= BUILD_GAME_SO=0 # Note that SMP is only supported on OS-X, hence the option has been removed. SMP_VARS= Q3BIN+=${Q3CLIENT}-smp SMP_MAKE_ARGS= BUILD_CLIENT_SMP=1 SMP_MAKE_ARGS_OFF= BUILD_CLIENT_SMP=0 DLRENDERER_MAKE_ARGS= USE_RENDERER_DLOPEN=1 DLRENDERER_MAKE_ARGS_OFF= USE_RENDERER_DLOPEN=0 .include .if !defined(DESKTOP_ENTRIES) . if ${IOQ3:MCLIENT} DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER}" "${COMMENT}" \ "${Q3ICON}" "${Q3CLIENT}${BINSUFFIX}" "Game;" false . endif . if ${PORT_OPTIONS:MSMP} DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER} SMP" "${COMMENT}" \ "${Q3ICON}" "${Q3CLIENT}-smp${BINSUFFIX}" "Game;" false . endif .endif .if ${IOQ3:MCLIENT} MAKE_ARGS+= BUILD_CLIENT=1 Q3BIN+= ${Q3CLIENT} USE_SDL= ${IOQ3SDL} .else MAKE_ARGS+= BUILD_CLIENT=0 .endif .if ${IOQ3:MSERVER} MAKE_ARGS+= BUILD_SERVER=1 Q3BIN+= ${Q3SERVER} .else MAKE_ARGS+= BUILD_SERVER=0 .endif .if defined(NEED_OGG) LIB_DEPENDS+= libogg.so:audio/libogg MAKE_ARGS+= USE_INTERNAL_OGG=0 .endif # Generate a set of install instruction tuples: ;; .for bin in ${Q3BIN} IOQ3_INST+= PROGRAM;${bin}.${IOQ3ARCH};bin/${bin}${BINSUFFIX} .endfor .if ${PORT_OPTIONS:MTOOLS} . for bin in ${Q3TOOLS} IOQ3_INST+= PROGRAM;tools/${bin};bin/${bin}${BINSUFFIX} . endfor .endif .if ${PORT_OPTIONS:MDLRENDERER} . for renderer in ${Q3RENDERER} IOQ3_INST+= LIB;${Q3RENDPREFIX}${renderer}${Q3RENDSUFFIX}.so;${LIBDIR}/${Q3RENDPREFIX}${renderer}${Q3RENDSUFFIX}.so . endfor .else . for renderer in ${Q3RENDERER:Nopengl1} IOQ3_INST+= PROGRAM;${Q3CLIENT}_${renderer}.${IOQ3ARCH};bin/${Q3CLIENT}_${renderer}${BINSUFFIX} . endfor .endif .if ${PORT_OPTIONS:MGAMELIBS} . for dir in ${Q3BASE} PLIST_DIRS+= ${LIBDIR}/${dir} . for lib in ${Q3GAMELIBS} IOQ3_INST+= LIB;${dir}/${lib}${IOQ3ARCH}.so;${LIBDIR}/${dir}/${lib}${IOQ3ARCH}.so . endfor . endfor .endif .if ${PORT_OPTIONS:MDLRENDERER} || ${PORT_OPTIONS:MGAMELIBS} PLIST_DIRS+= ${LIBDIR} .endif .if ${PORT_OPTIONS:MDOCS} PLIST_DIRS+= ${DOCSDIR} . for doc in ${Q3DOCS:O:u} IOQ3_INST+= DATA;../../${doc};${DOCSDIR}/${doc} . endfor .endif # Generate PLIST_FILES .for inst in ${IOQ3_INST} PLIST_FILES+= ${inst:C/.*;//} .endfor # Generate install target do-install: ${Q3INSTALL} .for dir in ${PLIST_DIRS} ${MKDIR} ${STAGEDIR}${PREFIX}/${dir} .endfor .for inst in ${IOQ3_INST} ${INSTALL_${inst:C/;.*//}} ${BUILDDIR}/${inst:C/[^;]*;//:C/;.*//} \ ${STAGEDIR}${PREFIX}/${inst:C/.*;//} .endfor .if !defined(Q3TOTALCONV) .include "${.CURDIR}/../quake3-data/Makefile.include" .endif .include Index: head/games/ioquake3-server/Makefile =================================================================== --- head/games/ioquake3-server/Makefile (revision 449917) +++ head/games/ioquake3-server/Makefile (revision 449918) @@ -1,16 +1,16 @@ # Created by: Dominic Fandrey # $FreeBSD$ PORTNAME= ioquake3 PKGNAMESUFFIX= -server -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Ioquake3 dedicated server LICENSE= GPLv2 MASTERDIR= ${.CURDIR}/../${PORTNAME} IOQ3= SERVER GAMELIBS .include "${MASTERDIR}/Makefile" Index: head/games/iourbanterror/Makefile =================================================================== --- head/games/iourbanterror/Makefile (revision 449917) +++ head/games/iourbanterror/Makefile (revision 449918) @@ -1,52 +1,52 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= iourbanterror PORTVERSION= ${GAMEVERSION}.${IOQUAKE3VER} PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games DISTNAME= ioquake3-${IOQUAKE3VER} -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Quake 3 engine modified for Urban Terror (based on ioquake3) RUN_DEPENDS= urbanterror-data>0:games/urbanterror-data LICENSE?= GPLv2 MASTERDIR= ${.CURDIR}/../ioquake3 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr PATCHDIR= ${.CURDIR}/../${PORTNAME}/files IOQ3?= CLIENT # The docs belong to ioquake3 OPTIONS_EXCLUDE= DOCS GAMEVERSION= 4.2.023 Q3ENGINEVER= ${DISTVERSION}+${GAMEVERSION} Q3TOTALCONV= yes Q3DIR= ${PREFIX}/share/quake3 Q3ICON= ${PREFIX}/share/quake3/q3ut4/q3ut.ico Q3CLIENT= ioUrbanTerror Q3SERVER= ioUrTded Q3BASE= q3ut4 BINSUFFIX= HOMEPATH= /.ioUrbanTerror MAKE_ARGS+= BUILD_MISSIONPACK=0 \ BUILD_STANDALONE=1 pre-patch: @(cd ${WRKSRC} && \ for pfile in ${MASTERDIR}/files/patch-*; do \ ${PATCH} < $${pfile}; \ done) @${FIND} ${WRKSRC} -name \*.orig -delete @${REINPLACE_CMD} \ -e 's/ioquake3/${Q3CLIENT}/g' \ -e 's/ioq3ded/${Q3SERVER}/g' \ -e 's/baseq3/${Q3BASE}/g' \ "${WRKSRC}/Makefile" .include "${MASTERDIR}/Makefile" Index: head/games/iourbanterror-server/Makefile =================================================================== --- head/games/iourbanterror-server/Makefile (revision 449917) +++ head/games/iourbanterror-server/Makefile (revision 449918) @@ -1,16 +1,16 @@ # Created by: Dominic Fandrey # $FreeBSD$ PORTNAME= iourbanterror PKGNAMESUFFIX= -server -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Urban Terror dedicated server LICENSE= GPLv2 MASTERDIR= ${.CURDIR}/../${PORTNAME} IOQ3= SERVER .include "${MASTERDIR}/Makefile" Index: head/games/openarena/Makefile =================================================================== --- head/games/openarena/Makefile (revision 449917) +++ head/games/openarena/Makefile (revision 449918) @@ -1,48 +1,48 @@ # Created by: Josh Tolbert # $FreeBSD$ PORTNAME= openarena DISTVERSION= ${GAMEVERSION}.s${SVNREVISION} PORTREVISION= 3 PORTEPOCH= 1 MASTER_SITES= SF/oarena/src \ http://files.poulsander.com/~poul19/public_files/oa/dev088/ DISTNAME= ${PORTNAME}-engine-source-${GAMEVERSION} EXTRACT_SUFX= .tar.bz2 # override master port -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Quake3 total conversion based on the ioquake3 engine LICENSE?= GPLv2 RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/${Q3BASE}/pak0.pk3:games/openarena-data USES= tar:bzip2 MASTERDIR= ${.CURDIR}/../ioquake3 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DISTINFO_FILE= ${.CURDIR}/../${PORTNAME}/distinfo PATCHDIR= ${.CURDIR}/../${PORTNAME}/files PKGMESSAGE= ${.CURDIR}/../${PORTNAME}/pkg-message IOQ3?= CLIENT IOQ3ARCH?= ${ARCH} IOQ3SDL= sdl # OpenArena doc is too messy to bother OPTIONS_EXCLUDE= DOCS GAMEVERSION= 0.8.8 SVNREVISION= 1910 Q3ENGINEVER= SVN${SVNREVISION}+${GAMEVERSION} Q3TOTALCONV= yes Q3CLIENT= openarena Q3SERVER= oa_ded Q3BASE= baseoa Q3DIR= ${DATADIR} # No icon included with OpenArena Q3ICON= pre-patch: @${FIND} ${WRKSRC} -name \*.orig -delete .include "${MASTERDIR}/Makefile" Index: head/games/openarena-data/Makefile =================================================================== --- head/games/openarena-data/Makefile (revision 449917) +++ head/games/openarena-data/Makefile (revision 449918) @@ -1,35 +1,35 @@ # Created by: Dominic Fandrey # $FreeBSD$ PORTNAME= data PORTVERSION= 0.8.8 CATEGORIES= games MASTER_SITES= SF/oarena:data \ http://openarena.ws/request.php?4%23/:data \ SF/oarena:patch \ http://openarena.ws/request.php?5%23/:patch DISTFILES= ${OA_DATA}:data EXTRACT_ONLY= -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= OpenArena game data files LICENSE= GPLv2 WRKSRC= ${WRKDIR}/baseoa NO_BUILD= yes OA_DATA= ${PKGNAMEPREFIX}${OA_DATA_VER}.zip OA_DATA_VER= 0.8.8 .include "${.CURDIR}/../openarena/Makefile.include" do-install: ${MKDIR} ${STAGEDIR}${DATADIR} .for _file in ${DISTFILES:C/:[^:]*//} ${TAR} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${_file} \ ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${DATADIR} \ --strip-components 2 ${PKGNAMEPREFIX}\?.\?.\?/baseoa/ .endfor .include Index: head/games/openarena-oax/Makefile =================================================================== --- head/games/openarena-oax/Makefile (revision 449917) +++ head/games/openarena-oax/Makefile (revision 449918) @@ -1,31 +1,31 @@ # Created by: Dominic Fandrey # $FreeBSD$ PORTNAME= oax PORTVERSION= B51 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= OpenArena Mod: OpenArena Xpanded LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PLIST_SUB+= DISTNAME="${DISTNAME}" \ PORTNAME="${PORTNAME}" USES= zip NO_BUILD= yes OABASE= ${DISTNAME} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) .include "../openarena/Makefile.include" .include Index: head/games/openarena-server/Makefile =================================================================== --- head/games/openarena-server/Makefile (revision 449917) +++ head/games/openarena-server/Makefile (revision 449918) @@ -1,16 +1,16 @@ # Created by: Dominic Fandrey # $FreeBSD$ PORTNAME= openarena PKGNAMESUFFIX= -server -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= OpenArena dedicated server LICENSE= GPLv2 MASTERDIR= ${.CURDIR}/../${PORTNAME} IOQ3= SERVER .include "${MASTERDIR}/Makefile" Index: head/games/urbanterror-data/Makefile =================================================================== --- head/games/urbanterror-data/Makefile (revision 449917) +++ head/games/urbanterror-data/Makefile (revision 449918) @@ -1,55 +1,55 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= data PORTVERSION= 4.2.023 CATEGORIES= games MASTER_SITES= http://cdn.urbanterror.info/urt/42/zips/ \ http://www.f1m.fr/uploads/urt/ \ http://mirror.urtstats.net/urbanterror/ PKGNAMEPREFIX= urbanterror- DISTNAME= UrbanTerror${URT_VER}_full${URT_REV} EXTRACT_SUFX= .zip EXTRACT_ONLY= -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Standalone realism based mod originally for Quake III Arena NO_BUILD= yes NO_CDROM= The mod files may not be sold or distributed on physical media unless with permission from id Software. DATADIR= ${PREFIX}/share/quake3 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} URT_VER= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\2/} PLIST_SUB+= VER=${URT_VER} BROKEN_aarch64= Fails to install: runaway process BROKEN_armv6= Fails to install: runaway process BROKEN_mips= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes UTDOCS= readme${URT_VER}.txt \ How_To_Install.txt \ QIIIA_Game_Source_License.doc .include do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/q3ut4 ${TAR} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} \ ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${DATADIR} --strip-components 1 \ UrbanTerror${URT_VER}/q3ut4 .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MV} ${UTDOCS:C!^!${STAGEDIR}${DATADIR}/q3ut4/!} ${STAGEDIR}${DOCSDIR}/ .else ${RM} ${UTDOCS:C!^!${STAGEDIR}${DATADIR}/q3ut4/!} .endif .include Index: head/multimedia/libaacs/Makefile =================================================================== --- head/multimedia/libaacs/Makefile (revision 449917) +++ head/multimedia/libaacs/Makefile (revision 449918) @@ -1,27 +1,27 @@ # Created by: kamikaze@bsdforen.de # $FreeBSD$ PORTNAME= libaacs PORTVERSION= 0.8.1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Advanced Access Content System implementation LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error GNU_CONFIGURE= yes CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" INSTALL_TARGET= install-strip USES= autoreconf bison gettext iconv libtool pathfix tar:bzip2 USE_LDCONFIG= yes .include "${.CURDIR}/../libbluray/Makefile.include" .include Index: head/multimedia/libbdplus/Makefile =================================================================== --- head/multimedia/libbdplus/Makefile (revision 449917) +++ head/multimedia/libbdplus/Makefile (revision 449918) @@ -1,25 +1,25 @@ # Created by: kamikaze@bsdforen.de # $FreeBSD$ PORTNAME= libbdplus PORTVERSION= 0.1.2 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= BD+ System research implementation LICENSE= LGPL21 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error USE_LDCONFIG= yes USES= autoreconf tar:bzip2 pkgconfig libtool CONFIGURE_ARGS= --without-libaacs .include "${.CURDIR}/../libbluray/Makefile.include" .include Index: head/multimedia/libbluray/Makefile =================================================================== --- head/multimedia/libbluray/Makefile (revision 449917) +++ head/multimedia/libbluray/Makefile (revision 449918) @@ -1,41 +1,41 @@ # Created by: kamikaze@bsdforen.de # $FreeBSD$ PORTNAME= libbluray PORTVERSION= 0.9.3 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Blu-Ray discs playback library for media players LICENSE= LGPL21 LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig # dlopen dependencies LIB_DEPENDS+= libaacs.so:multimedia/libaacs \ libbdplus.so:multimedia/libbdplus INSTALL_TARGET= install-strip USES= autoreconf iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes .include "Makefile.include" OPTIONS_DEFINE= JAVA OPTIONS_SUB= yes JAVA_DESC= Enable Blu-Ray Java support JAVA_BUILD_DEPENDS= ant:devel/apache-ant JAVA_CATEGORIES= java JAVA_USE= JAVA=yes JAVA_VARS= JAVA_VERSION=1.6+ JAVA_BUILD=yes JAVA_RUN=yes JAVA_CONFIGURE_ENABLE= bdjava JAVA_CONFIGURE_ENV= JDK_HOME="${JAVA_HOME}" .include Index: head/ports-mgmt/bsdadminscripts2/Makefile =================================================================== --- head/ports-mgmt/bsdadminscripts2/Makefile (revision 449917) +++ head/ports-mgmt/bsdadminscripts2/Makefile (revision 449918) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= bsdadminscripts2 DISTVERSION= 0.2.0 CATEGORIES= ports-mgmt -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Collection of administration scripts LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md USE_GITHUB= yes GH_ACCOUNT= lonkamikaze GH_PROJECT= bsda2 NO_BUILD= yes NO_ARCH= yes CONFLICTS_INSTALL= bsdadminscripts do-install: @cd ${WRKSRC} && ${SH} install.sh \ -destdir="${STAGEDIR}" -prefix="${PREFIX}" \ -datadir="${DATADIR}" -docsdir="${DOCSDIR}" .include Index: head/sysutils/automounter/Makefile =================================================================== --- head/sysutils/automounter/Makefile (revision 449917) +++ head/sysutils/automounter/Makefile (revision 449918) @@ -1,24 +1,24 @@ # Created by: Dominic Fandrey # $FreeBSD$ PORTNAME= automounter PORTVERSION= 1.5.1 CATEGORIES= sysutils -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= Provides scripts to dynamically configure amd LICENSE= BSD2CLAUSE WRKSRC_SUBDIR= src NO_BUILD= yes PKGMESSAGE= ${WRKSRC}/../NOTES USE_GITHUB= yes GH_ACCOUNT= lonkamikaze do-install: @(cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \ -prefix=${PREFIX}) .include Index: head/sysutils/powerdxx/Makefile =================================================================== --- head/sysutils/powerdxx/Makefile (revision 449917) +++ head/sysutils/powerdxx/Makefile (revision 449918) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= powerdxx PORTVERSION= 0.2.5 PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= kami@FreeBSD.org +MAINTAINER= kamikaze@bsdforen.de COMMENT= CPU clock speed/frequency daemon LICENSE= ISCL USES= compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= lonkamikaze MAKE_ARGS= DOCSDIR="${DOCSDIR}" .include