diff --git a/comms/concordance/Makefile b/comms/concordance/Makefile index fb57b2f8b1d8..cefe3641dcec 100644 --- a/comms/concordance/Makefile +++ b/comms/concordance/Makefile @@ -1,25 +1,25 @@ # Created by: Stephen Hurd PORTNAME= concordance PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= SF -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Command-line Logitech Harmony configuration tool LICENSE= GPLv2 LIB_DEPENDS= libconcord.so:comms/libconcord USES= tar:bzip2 WRKSRC_SUBDIR= ${PORTNAME} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/concordance \ man/man1/concordance.1.gz .include diff --git a/comms/libconcord/Makefile b/comms/libconcord/Makefile index fd98b3dc5d26..5bd102626592 100644 --- a/comms/libconcord/Makefile +++ b/comms/libconcord/Makefile @@ -1,25 +1,25 @@ # Created by: Stephen Hurd PORTNAME= libconcord PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF/concordance/concordance/${PORTVERSION} DISTNAME= concordance-${PORTVERSION} -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Logitech Harmony configuration library LICENSE= GPLv2 LIB_DEPENDS= libhidapi.so:comms/hidapi \ libzip.so:archivers/libzip USE_LDCONFIG= yes USES= tar:bzip2 libtool pkgconfig shared-mime-info WRKSRC_SUBDIR= libconcord GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 8f3de48a3bd4..c2fe8c40c1c7 100644 --- a/comms/syncterm/Makefile +++ b/comms/syncterm/Makefile @@ -1,47 +1,47 @@ # Created by: shurd PORTNAME= syncterm PORTVERSION= 1.0 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ANSI-BBS terminal which supports telnet, rlogin, and SSH LICENSE= GPLv2 BUILD_DEPENDS= as:devel/binutils WRKSRC= ${WRKDIR}/syncterm-${PORTVERSION}/src/syncterm USES= gmake perl5 tar:tgz USE_PERL5= build MAKEFILE= GNUmakefile PLIST_FILES= bin/syncterm \ man/man1/syncterm.1.gz \ share/applications/syncterm.desktop \ share/icons/hicolor/64x64/apps/syncterm.png NO_CCACHE= yes MAKE_JOBS_UNSAFE= yes MAKE_ARGS+= WITHOUT_PORTAUDIO=yes MAKE_ARGS+= -C ${WRKSRC} MAKE_ARGS+= PREFIX="${PREFIX}" MAKE_ARGS+= INSTALL_EXE="${INSTALL_PROGRAM}" MAKE_ARGS+= RELEASE=1 OPTIONS_DEFINE= X11 SDL OPTIONS_DEFAULT= X11 SDL X11_USES= xorg X11_USE= xorg=x11 X11_MAKE_ARGS_OFF= NO_X=1 SDL_USES= sdl SDL_USE= SDL=sdl SDL_MAKE_ARGS= USE_SDL=1 SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1 ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc64(le) .include diff --git a/devel/wxformbuilder/Makefile b/devel/wxformbuilder/Makefile index fc1fa73ef1dd..9ca4422e990e 100644 --- a/devel/wxformbuilder/Makefile +++ b/devel/wxformbuilder/Makefile @@ -1,41 +1,41 @@ PORTNAME= wxformbuilder DISTVERSION= 3.5.0-beta PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-nightly/${DISTVERSION} DISTNAME= wxFormBuilder_v${DISTVERSION}-source -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG GUI Designer and Code Generator for wxWidgets LICENSE= GPLv2 USES= compiler:c++11-lib dos2unix gmake zip USE_CSTD= c++11 USE_LDCONFIG= yes USE_WX= 3.0+ WRKSRC= ${WRKDIR}/source MAKE_ARGS= config=release ARCH= BUILD_WRKSRC= ${WRKSRC}/build/${WX_VERSION}/gmake DOS2UNIX_GLOB= *.lua do-configure: cd ${WRKSRC} && ${SH} create_build_files4.sh post-patch: @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/build/premake/wxwidgets.lua \ ${WRKSRC}/create_build_files4.sh ${WRKSRC}/sdk/plugin_interface/premake.lua \ ${WRKSRC}/sdk/premake/scripts/wxpresets.lua do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/wxformbuilder (cd ${WRKSRC}/output && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) (cd ${STAGEDIR}${DATADIR}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin) ${RM} -r ${STAGEDIR}${DATADIR}/bin/ (cd ${STAGEDIR}${DATADIR}/lib && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib) ${RM} -r ${STAGEDIR}${DATADIR}/lib/ ${RM} -r ${STAGEDIR}${DATADIR}/share/ ${RM} ${STAGEDIR}${DATADIR}/license.txt ${RM} ${STAGEDIR}${DATADIR}/Changelog.txt .include diff --git a/games/freedink-data/Makefile b/games/freedink-data/Makefile index 730647f4ac4f..d8ab1c1722af 100644 --- a/games/freedink-data/Makefile +++ b/games/freedink-data/Makefile @@ -1,20 +1,20 @@ # Created by: Stephen Hurd PORTNAME= freedink-data PORTVERSION= 1.08.${PORTVER} CATEGORIES= games MASTER_SITES= GNU/freedink -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Game data for games/freedink (Dink Smallwood) USES= gettext gmake NO_BUILD= yes PORTVER= 20170409 post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/Makefile .include diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index ecaec7d24893..1f2e31a4a5b9 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -1,24 +1,24 @@ # Created by: Stephen Hurd PORTNAME= freedink-dfarc PORTVERSION= 3.14 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= GNU/freedink DISTNAME= dfarc-${PORTVERSION} -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Frontend and .dmod installer for GNU FreeDink USES= compiler:c++11-lib desktop-file-utils gettext gmake gnome \ shared-mime-info USE_CXXSTD= c++11 USE_WX= 3.0 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= intltool CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static CONFIGURE_ENV+= ac_cv_path_XDG_DESKTOP_MENU= ac_cv_path_XDG_ICON_RESOURCE= \ ac_cv_path_XDG_MIME= .include diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile index 5794776055ff..00dcf1d5aeea 100644 --- a/games/freedink-engine/Makefile +++ b/games/freedink-engine/Makefile @@ -1,33 +1,33 @@ # Created by: Stephen Hurd PORTNAME= freedink PORTVERSION= 108.4 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= GNU PKGNAMESUFFIX= -engine -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dink Smallwood RPG and RPG Construction Set LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libcheck.so:devel/check USES= gettext gmake pkgconfig sdl USE_SDL= sdl gfx ttf image mixer GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --disable-upx OPTIONS_DEFINE= EMBEDDED OPTIONS_DEFAULT=EMBEDDED EMBEDDED_DESC= Embedded Resources EMBEDDED_CONFIGURE_ENABLE= embedded-resources EMBEDDED_BUILD_DEPENDS= zip:archivers/zip EMBEDDED_LIB_DEPENDS= libzip.so:archivers/libzip EMBEDDED_RUN_DEPENDS= zip:archivers/zip post-patch: @${CHMOD} 0755 ${WRKSRC}/autotools/install-reloc .include diff --git a/games/freedink/Makefile b/games/freedink/Makefile index d2b6868db1d7..ee0213a4ed7c 100644 --- a/games/freedink/Makefile +++ b/games/freedink/Makefile @@ -1,20 +1,20 @@ # Created by: Stephen Hurd PORTNAME= freedink PORTVERSION= 108.4 CATEGORIES= games -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Metaport for FreeDink engine and data RUN_DEPENDS= freedink-engine>=${PORTVERSION}:games/freedink-engine \ freedink-data>=1.08.20140901:games/freedink-data \ freedink-dfarc>=3.12:games/freedink-dfarc USES= metaport pre-everything:: @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" .include diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index 8f9c7ab9c789..b6ef4cfcbe22 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -1,26 +1,26 @@ # Created by: Jose Rodriguez PORTNAME= jbidwatcher PORTVERSION= 2.5.6 PORTREVISION= 1 CATEGORIES= misc java MASTER_SITES= http://www.jbidwatcher.com/download/ -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java-based application allowing you to monitor eBay auctions USES= tar:bzip2 USE_JAVA= yes USE_ANT= yes ALL_TARGET= jar SUB_FILES= jbidwatcher SUB_LIST+= PORTVERSION=${PORTVERSION} PLIST_FILES= %%JAVAJARDIR%%/JBidwatcher-${PORTVERSION}.jar \ bin/${PORTNAME} do-install: @${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include diff --git a/net/pkt-gen/Makefile b/net/pkt-gen/Makefile index 1cfabfc2f1b8..cf32dc895d50 100644 --- a/net/pkt-gen/Makefile +++ b/net/pkt-gen/Makefile @@ -1,31 +1,31 @@ PORTNAME= pkt-gen PORTVERSION= g2017.08.06 PORTREVISION= 1 CATEGORIES= net -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Packet sink/source using the netmap API LICENSE= BSD2CLAUSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= luigirizzo GH_PROJECT= netmap GH_TAGNAME= 3c3ab5faa2ab9c89db09cd8339d0e96a1a78c41a MAKEFILE= GNUmakefile WRKSRC_SUBDIR= apps/pkt-gen PATCH_WRKSRC= ${WRKSRC}/.. OPTIONS_DEFINE= PCAP PCAP_DESC= Support loading packets from pcap file OPTIONS_DEFAULT=PCAP PCAP_MAKE_ARGS= WITH_PCAP=1 PLIST_FILES= bin/pkt-gen do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pkt-gen \ ${STAGEDIR}${PREFIX}/bin .include diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index 8595a25571bd..f4556ee4c633 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -1,24 +1,24 @@ # Created by: Stephen Hurd PORTNAME= pkg_cleanup PORTVERSION= 2.1 CATEGORIES= ports-mgmt DISTFILES= -MAINTAINER= shurd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Interactive program for deinstalling 'leaf' packages WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/pkg_cleanup \ man/man1/pkg_cleanup.1.gz do-extract: @${MKDIR} ${WRKSRC} @${CP} -a ${FILESDIR}/ ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pkg_cleanup ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/pkg_cleanup.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include