Index: head/audio/abraca/Makefile =================================================================== --- head/audio/abraca/Makefile (revision 294818) +++ head/audio/abraca/Makefile (revision 294819) @@ -1,34 +1,34 @@ # New ports collection makefile for: abraca # Date created: 31 May 2005 # Whom: Olivier Smedts # # $FreeBSD$ # PORTNAME= abraca PORTVERSION= 0.6.0 CATEGORIES= audio MASTER_SITES= http://abraca.xmms.se/attachments/download/134/ -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Abraca is a GTK2 client for the XMMS2 music player BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \ gee.2:${PORTSDIR}/devel/libgee USE_SCONS= yes USE_GNOME= gtk20 PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/src/${PORTNAME} ${PREFIX}/bin .include .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif .include Property changes on: head/audio/abraca/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/audio/gxmms2/Makefile =================================================================== --- head/audio/gxmms2/Makefile (revision 294818) +++ head/audio/gxmms2/Makefile (revision 294819) @@ -1,40 +1,40 @@ # New ports collection makefile for: gxmms2 # Date created: 03 Mar 2006 # Whom: Alexander Botero-Lowry # # $FreeBSD$ # PORTNAME= gxmms2 PORTVERSION= 0.7.1 CATEGORIES= audio MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= A GTK2 based XMMS2 client, written in C LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 USE_GMAKE= yes ALL_TARGET= ${PORTNAME} MAKE_JOBS_SAFE= yes PLIST_FILES= bin/gxmms2 \ %%DATADIR%%/gxmms2_mini.xpm PLIST_DIRS= %%DATADIR%% .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${DATADIR} .include Property changes on: head/audio/gxmms2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/comms/gnokii/Makefile =================================================================== --- head/comms/gnokii/Makefile (revision 294818) +++ head/comms/gnokii/Makefile (revision 294819) @@ -1,156 +1,156 @@ # New ports collection makefile for: gnokii # Date created: 15 March 1999 # Whom: Staffan Ulfberg # # $FreeBSD$ # PORTNAME= gnokii PORTVERSION= 0.6.31 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ ftp://ftp.gnokii.org/pub/gnokii/ \ http://www.gnokii.org/download/gnokii/0.6.x/ -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Tools to talk to GSM cellular phones LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_CSTD= gnu89 MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_GNOME= intltool GNU_CONFIGURE= yes CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fPIC CONFIGURE_ARGS+= --enable-security CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ XGETTEXT="${LOCALBASE}/bin/xgettext" \ LIBS="-L${WRKSRC}/common -L${LOCALBASE}/lib" \ PKG_CONFIG="${LOCALBASE}/bin/pkg-config" LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES+= pkg-message PORTDOCS= * MAN1= gnokii.1 sendsms.1 xgnokii.1 MAN8= gnokiid.8 mgnokiidev.8 CONFLICTS= smstools-[0-9]* sendsms-[0-9]* OPTIONS= ICAL "Build with IETF iCal support" off \ USB "Build with libusb support" off \ PCSC "Build with PC/SC-Lite support" off \ SMSD "Enable smsd daemon" off \ MYSQL "Enable MySQL support for smsd" off \ PGSQL "Enable PostgreSQL support for smsd" off \ SQLITE "Enable SQLite support in smsd" off \ X11 "Build graphical version (xgnokii)" on .include .if exists(${LOCALBASE}/lib/libical.so) || defined(WITH_ICAL) LIB_DEPENDS+= ical.44:${PORTSDIR}/devel/libical .endif .if ${OSVERSION} < 800069 . if exists(${LOCALBASE}/lib/libusb.so) || defined(WITH_USB) LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb . endif .endif .if exists(${LOCALBASE}/lib/libpcsclite.so) || defined(WITH_PCSC) LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite .endif .if !defined(WITH_SMSD) PLIST_SUB+= SMSD='@comment ' MSM='@comment ' PGM='@comment ' SQLT='@comment ' CONFIGURE_ARGS+= --disable-smsd .else PLIST_SUB+= SMSD='' USE_GNOME+= glib20 MAN8+= smsd.8 .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) && !defined(WITHOUT_MYSQL) USE_MYSQL= yes PLIST_SUB+= MSM='' .else PLIST_SUB+= MSM='@comment ' .endif .if exists(${LOCALBASE}/bin/psql) && !defined(WITHOUT_PGSQL) USE_PGSQL= yes PLIST_SUB+= PGM='' .else PLIST_SUB+= PGM='@comment ' .endif .if exists(${LOCALBASE}/lib/libsqlite3.so) && !defined(WITHOUT_SQLITE) LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 PLIST_SUB+= SQLT='' .else PLIST_SUB+= SQLT='@comment ' .endif .endif .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11='@comment ' .else CONFIGURE_ARGS+= --with-x USE_XORG= xpm USE_GNOME+= gtk20 PLIST_SUB+= X11='' .endif FIXPREFIX= Docs/man/gnokiid.8 Docs/DataCalls-QuickStart Docs/README \ common/cfgreader.c post-patch: .for f in ${FIXPREFIX} @${REINPLACE_CMD} -e "s:/etc/gnokiirc:${PREFIX}/etc/gnokiirc:g" \ ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e "s:%%PTHREAD_LIBS%%:${PTHREAD_LIBS}:; \ s:%%PTHREAD_CFLAGS%%:${PTHREAD_CFLAGS}:" ${WRKSRC}/configure .for f in common/data/virtmodem.c utils/mgnokiidev.c @${REINPLACE_CMD} -E -e "s:^(#ifdef.*)__OpenBSD__:\1__FreeBSD__:" \ ${WRKSRC}/${f} .endfor # fix test(1) conditions in configure script @${REINPLACE_CMD} -E \ -e 's|([[:space:]]+test[[:space:]]+.+)==([[:space:]]+"yes")|\1=\2|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} @${MV} ${WRKSRC}/Docs/man/xgnokii.1x ${WRKSRC}/Docs/man/xgnokii.1 post-install: ${INSTALL_DATA} ${WRKSRC}/xgnokii/xgnokii.pc ${PREFIX}/libdata/pkgconfig @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .if !defined(NOPORTDOCS) ${GMAKE} install -C ${WRKSRC}/Docs .else ${GMAKE} install -C ${WRKSRC}/Docs/man .endif ${INSTALL_DATA} ${WRKSRC}/Docs/sample/gnokiirc \ ${PREFIX}/etc/gnokiirc.sample .if defined(WITH_SMSD) @cd ${WRKSRC}/smsd && ${GMAKE} install ${MKDIR} ${PREFIX}/share/smsd ${INSTALL_SCRIPT} ${WRKSRC}/smsd/action ${PREFIX}/share/smsd ${INSTALL_DATA} ${WRKSRC}/smsd/README ${PREFIX}/share/smsd .if defined(WITH_MYSQL) ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.mysql.sql ${PREFIX}/share/smsd .endif .if defined(WITH_PGSQL) ${INSTALL_DATA} ${WRKSRC}/smsd/sms.tables.pq.sql ${PREFIX}/share/smsd .endif .endif @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/comms/gnokii/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.92 \ No newline at end of property +1.93 \ No newline at end of property Index: head/comms/obexapp/Makefile =================================================================== --- head/comms/obexapp/Makefile (revision 294818) +++ head/comms/obexapp/Makefile (revision 294819) @@ -1,34 +1,34 @@ # New ports collection makefile for: obexapp # Date created: 22 March 2004 # Whom: Guido Falsi # # $FreeBSD$ # PORTNAME= obexapp PORTVERSION= 1.4.15 CATEGORIES= comms net MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Obex application to transfer objects to mobile equipment LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex \ expat.6:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME} USE_ICONV= yes PLIST_FILES= bin/obexapp MAKE_JOBS_SAFE= yes .if !defined(NO_INSTALL_MANPAGES) MAN1= obexapp.1 MANCOMPRESSED= yes .else MAKE_ENV+= NO_MAN=yes .endif MAKE_ENV+= NO_WERROR=yes .include Property changes on: head/comms/obexapp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/comms/openobex/Makefile =================================================================== --- head/comms/openobex/Makefile (revision 294818) +++ head/comms/openobex/Makefile (revision 294819) @@ -1,39 +1,39 @@ # New ports collection makefile for: openobex # Date created: 15 March 2004 # Whom: Guido Falsi # # $FreeBSD$ # PORTNAME= openobex PORTVERSION= 1.4 CATEGORIES= comms net MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} MASTER_SITE_SUBDIR= linux/bluetooth -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Open source implementation of the OBEX protocol USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack MAKE_JOBS_SAFE= yes OPTIONS= LIBUSB "Enable OBEX over USB" no .include .if defined(WITH_LIBUSB) . if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb CFLAGS+= -I${PREFIX}/include . else EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure . endif CONFIGURE_ARGS+=--enable-usb .else CONFIGURE_ARGS+=--disable-usb .endif .include Property changes on: head/comms/openobex/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/devel/jsmin/Makefile =================================================================== --- head/devel/jsmin/Makefile (revision 294818) +++ head/devel/jsmin/Makefile (revision 294819) @@ -1,32 +1,32 @@ # ex:ts=8 # Ports collection makefile for: jsmin # Date created: Jul 18, 2006 # Whom: ijliao # # $FreeBSD$ # PORTNAME= jsmin DISTVERSION= 20120109 CATEGORIES= devel MASTER_SITES= http://www.crockford.com/javascript/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .c -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= The JavaScript Minifier EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= ${WRKSRC} NO_WRKSUBDIR= yes PLIST_FILES= bin/jsmin do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/devel/jsmin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/games/corsix-th/Makefile =================================================================== --- head/games/corsix-th/Makefile (revision 294818) +++ head/games/corsix-th/Makefile (revision 294819) @@ -1,41 +1,41 @@ # New ports collection makefile for: CorsixTH # Date created: 24 Nov 2010 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= corsixth PORTVERSION= 0.01b CATEGORIES= games MASTER_SITES= GOOGLE_CODE PROJECTHOST= corsix-th DISTNAME= CorsixTH-${DISTVERSION}-Source -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Open source clone of Theme Hospital LICENSE= MIT LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_CMAKE= yes USE_LUA= yes USE_SDL= mixer WRKSRC= ${WRKDIR} post-patch: # Allow the game to find its resources without wrapper scripts @${REINPLACE_CMD} -e \ '/return loadfile/s,name,\\"${DATADIR}/\\" .. &,' \ ${WRKSRC}/CorsixTH/Src/main.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/CorsixTH/CorsixTH ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/CorsixTH/CorsixTH.lua ${DATADIR} cd ${WRKSRC}/CorsixTH && ${COPYTREE_SHARE} "Bitmap Levels Lua" \ ${DATADIR} .include Property changes on: head/games/corsix-th/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/games/netpanzer/Makefile =================================================================== --- head/games/netpanzer/Makefile (revision 294818) +++ head/games/netpanzer/Makefile (revision 294819) @@ -1,50 +1,50 @@ # New ports collection makefile for: netpanzer # Date created: 29 May 2004 # Whom: Guido Falsi # # $FreeBSD$ # PORTNAME= netpanzer PORTVERSION= 0.8.1 PORTREVISION= 9 CATEGORIES= games MASTER_SITES= BERLIOS -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Real time, isometric view, tank multiplayer strategy game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${LOCALBASE}/share/netpanzer/wads/netp.act:${PORTSDIR}/games/netpanzer-data GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libphysfs=${LOCALBASE} --without-wx-config LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} USE_BZIP2= yes USE_SDL= sdl net mixer image ttf USE_GNOME= libxml2 post-patch: @for ff in `${FIND} ${WRKDIR} -type f -name '*.[ch]pp' -exec ${GREP} -q stdint.h {} \; -print`; do \ ${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' $${ff}; \ done @${REINPLACE_CMD} -e "s|##DOCSDIR##|${DOCSDIR}|" ${WRKSRC}/Jamconfig.in .if defined(NOPORTDOCS) post-configure: ${REINPLACE_CMD} -e '/InstallDoc/d' ${WRKSRC}/Jamfile .endif do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} jam) do-install: @(cd ${INSTALL_WRKSRC} && jam ${INSTALL_TARGET}) .include Property changes on: head/games/netpanzer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/games/netpanzer-data/Makefile =================================================================== --- head/games/netpanzer-data/Makefile (revision 294818) +++ head/games/netpanzer-data/Makefile (revision 294819) @@ -1,41 +1,41 @@ # New ports collection makefile for: netpanzer # Date created: 29 May 2004 # Whom: Guido Falsi # # $FreeBSD$ # PORTNAME= data PORTVERSION= 0.8 PORTREVISION= 12 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX:S/-//} PKGNAMEPREFIX= netpanzer- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME:S/$/-/}${PORTVERSION} -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Data files for the netpanzer game LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libphysfs=${LOCALBASE} \ --datadir=${PREFIX}/share LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} USE_BZIP2= yes USE_SDL= sdl net mixer image USE_GNOME= libxml2 DATADIR= share/${PKGNAMEPREFIX:S/-//} do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} jam) do-install: @(cd ${INSTALL_WRKSRC} && jam ${INSTALL_TARGET}) .include Property changes on: head/games/netpanzer-data/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/games/pokerth/Makefile =================================================================== --- head/games/pokerth/Makefile (revision 294818) +++ head/games/pokerth/Makefile (revision 294819) @@ -1,63 +1,63 @@ # New ports collection makefile for: pokerth # Date created: 24 Jun 2007 # Whom: Yinghong.Liu # # $FreeBSD$ # PORTNAME= pokerth PORTVERSION= 0.9.4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} DISTNAME= PokerTH-${PORTVERSION}-src -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= A poker game written in C++/QT4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ mikmod.2:${PORTSDIR}/audio/libmikmod \ gnutls.47:${PORTSDIR}/security/gnutls \ curl.6:${PORTSDIR}/ftp/curl \ gsasl.15:${PORTSDIR}/security/gsasl \ tinyxml:${PORTSDIR}/textproc/tinyxml BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_QT_VER= 4 QT_COMPONENTS= gui corelib network sql sql-sqlite3 qmake_build \ moc_build rcc_build uic_build USE_SDL= mixer HAS_CONFIGURE= yes QMAKE_ARGS+= PREFIX=${PREFIX} PORTDOCS= server_setup_howto.txt MAN1= pokerth.1 post-patch: @${REINPLACE_CMD} -E \ -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ -e 's|(-lcurl)|\1 -liconv|g' \ -e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \ -e 's|LIB_DIRS =.*|LIB_DIRS = ${LOCALBASE}/lib|g' \ -e '/.*QMAKE_CXXFLAGS.*/d' \ ${WRKSRC}/*.pro do-configure: @cd ${CONFIGURE_WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} pokerth.pro post-install: @${INSTALL_PROGRAM} ${WRKSRC}/pokerth ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/docs/${MAN1} ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${DOCSDIR} .endif .include Property changes on: head/games/pokerth/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/games/traindirector/Makefile =================================================================== --- head/games/traindirector/Makefile (revision 294818) +++ head/games/traindirector/Makefile (revision 294819) @@ -1,41 +1,41 @@ # New ports collection makefile for: traindirector # Date created: 09/08/2003 # Whom: Guido Falsi # # $FreeBSD$ # PORTNAME= traindirector PORTVERSION= 3.6 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.backerstreet.com/traindir/ DISTNAME= tdir36src -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Train controller simulation LICENSE= GPLv2 NO_WRKSUBDIR= yes MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_ZIP= yes USE_WX= 2.8 WX_COMPS= wx:lib WX_UNICODE= yes DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \ "Game;Simulation;StrategyGame;" ${FALSE} PLIST_FILES= bin/traindir3 MAKEFILE= Makefile.fc9 do-install: ${INSTALL_PROGRAM} ${WRKDIR}/traindir3 ${PREFIX}/bin .include Property changes on: head/games/traindirector/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/graphics/amide/Makefile =================================================================== --- head/graphics/amide/Makefile (revision 294818) +++ head/graphics/amide/Makefile (revision 294819) @@ -1,72 +1,72 @@ # New ports collection makefile for: amide # Date created: 8 Feb 2011 # Whom: Guido Falsi # # $FreeBSD$ # PORTNAME= amide PORTVERSION= 1.0.1 CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Medical Imaging Data Examiner LICENSE= GPLv2 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_GETTEXT= yes USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 INSTALLS_OMF= yes MAN1= amide.1 OPTIONS= XMEDCON "Use xmedcon" on \ DCMTK "Use dcmtk" on \ FFMPEG "Use ffmpeg" on \ GSL "Use gsl" on .include .if !defined(WITHOUT_XMEDCON) LIB_DEPENDS+= mdc.2:${PORTSDIR}/graphics/xmedcon CONFIGUE_ARGS+= --enable-libmdc .else CONFIGUE_ARGS+= --disable-libmdc .endif .if !defined(WITHOUT_DCMTK) LIB_DEPENDS+= dcmdata.3:${PORTSDIR}/devel/dcmtk CONFIGUE_ARGS+= --enable-libdcmdata .else CONFIGUE_ARGS+= --disable-libdcmdata .endif .if !defined(WITHOUT_FFMPEG) LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg CONFIGUE_ARGS+= --enable-ffmpeg .else CONFIGUE_ARGS+= --disable-ffmpeg .endif .if !defined(WITHOUT_GSL) LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl CONFIGUE_ARGS+= --enable-libgsl .else CONFIGUE_ARGS+= --disable-libgsl .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS='@comment ' .else PLIST_SUB+= NLS='' .endif .include Property changes on: head/graphics/amide/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/unison/Makefile =================================================================== --- head/net/unison/Makefile (revision 294818) +++ head/net/unison/Makefile (revision 294819) @@ -1,85 +1,85 @@ # New ports collection makefile for: unison # Date created: 4 October 2000 # Whom: Dan Pelleg # # $FreeBSD$ # PORTNAME= unison PORTVERSION= 2.40.63 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= A user-level file synchronization tool PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GMAKE= yes WANT_GNOME= yes MAKE_ARGS= CFLAGS="" CONFLICTS= unison-devel-[0-9]* unison-nox11-[0-9]* MAKE_JOBS_UNSAFE= yes ALL_TARGET= unison all LICENSE= GPLv3 .include .if !defined(NOPORTDOCS) DOCS= BUGS.txt NEWS README EXTRA_DOCS= unison-${PORTVERSION}-manual.html \ unison-${PORTVERSION}-manual.pdf unison-${PORTVERSION}-manual.ps .endif .if !defined(WITHOUT_GTK2) && !defined(WITHOUT_X11) WITH_GTK2= yes .endif .if defined(WITH_GTK2) MAKE_ARGS+= UISTYLE=gtk2 PLIST_SUB+= TEXT="" BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml \ lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 RUN_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 PATCH_DEPENDS+= ${BUILD_DEPENDS} CONFLICTS+= ocaml-nox11* USE_GNOME= desktopfileutils SUB_FILES+= ${PORTNAME}.desktop .else MAKE_ARGS+= UISTYLE=text PLIST_SUB+= TEXT="@comment " BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml-nox11 PATCH_DEPENDS+= ${BUILD_DEPENDS} .endif .if defined(WITH_GTK2) post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} @${GMAKE} -C ${WRKSRC} UISTYLE=text NAME=unison-text .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unison ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${DOCSDIR} .endif .if defined(WITH_GTK2) @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin @${MKDIR} ${DESKTOPDIR} @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${DESKTOPDIR} @-update-desktop-database > /dev/null @${CAT} ${PKGMESSAGE} .else @${CAT} ${PKGMESSAGE}.nox11 .endif .include Property changes on: head/net/unison/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/net/unison-devel/Makefile =================================================================== --- head/net/unison-devel/Makefile (revision 294818) +++ head/net/unison-devel/Makefile (revision 294819) @@ -1,89 +1,89 @@ # New ports collection makefile for: unison # Date created: 4 October 2000 # Whom: Dan Pelleg # # $FreeBSD$ # PORTNAME= unison PORTVERSION= 2.45.4 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ PKGNAMESUFFIX= -devel DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= A user-level file synchronization tool LICENSE= GPLv3 PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GMAKE= yes WANT_GNOME= yes MAKE_ARGS= CFLAGS="" CONFLICTS= unison-[0-9]* unison-nox11-[0-9]* MAKE_JOBS_UNSAFE= yes ALL_TARGET= unison all .include .if !defined(NOPORTDOCS) DOCS= BUGS.txt NEWS README EXTRA_DOCS= unison-${PORTVERSION}-manual.html \ unison-${PORTVERSION}-manual.pdf unison-${PORTVERSION}-manual.ps .endif .if !defined(WITHOUT_GTK2) && !defined(WITHOUT_X11) WITH_GTK2= yes .endif .if defined(WITH_GTK2) MAKE_ARGS+= UISTYLE=gtk2 PLIST_SUB+= TEXT="" BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml \ lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 RUN_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 PATCH_DEPENDS+= ${BUILD_DEPENDS} CONFLICTS+= ocaml-nox11* USE_GNOME= desktopfileutils SUB_FILES+= ${PORTNAME}.desktop .else MAKE_ARGS+= UISTYLE=text PLIST_SUB+= TEXT="@comment " BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml-nox11 PATCH_DEPENDS+= ${BUILD_DEPENDS} .endif .if defined(WITH_GTK2) post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} @${GMAKE} -C ${WRKSRC} UISTYLE=text NAME=unison-text .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unison ${PREFIX}/bin post-install: .if defined(WITH_GTK2) @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${DOCSDIR} .endif .if defined(WITH_GTK2) @${INSTALL_PROGRAM} ${WRKSRC}/unison-text ${PREFIX}/bin @${MKDIR} ${DESKTOPDIR} @${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${DESKTOPDIR} @-update-desktop-database > /dev/null @${CAT} ${PKGMESSAGE} .else @${CAT} ${PKGMESSAGE}.nox11 .endif .include Property changes on: head/net/unison-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/www/chpasswd/Makefile =================================================================== --- head/www/chpasswd/Makefile (revision 294818) +++ head/www/chpasswd/Makefile (revision 294819) @@ -1,29 +1,29 @@ # New ports collection makefile for: chpasswd # Date created: 18 December 2003 # Whom: Jean Milanez Melo # # $FreeBSD$ # PORTNAME= chpasswd PORTVERSION= 2.2.4 CATEGORIES= www #MASTER_SITES= SF/orsochpasswd/orsochpasswd/chpasswd-2.2.4/ MASTER_SITES= SF/orso${PORTNAME}/orso${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Allow users to change their Squid or Web password using the browser HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \ --enable-language=English \ --enable-cgidir=${PREFIX}/www/cgi-bin pre-install: @${MKDIR} ${PREFIX}/www/cgi-bin post-install: @${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777' .include Property changes on: head/www/chpasswd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/www/phprecipebook/Makefile =================================================================== --- head/www/phprecipebook/Makefile (revision 294818) +++ head/www/phprecipebook/Makefile (revision 294819) @@ -1,65 +1,65 @@ # New ports collection makefile for: phprecipebook # Date created: 27 September 2007 # Whom: Guido Falsi # # $FreeBSD$ # PORTNAME= phprecipebook PORTVERSION= 3.01 CATEGORIES= www deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION:C/\..*//} EXTRACT_SUFX= .tgz -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Small php webapp to manage your recipes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/LICENSE.TXT WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PHP= xml WANT_PHP_WEB= yes RECIPEDIR?= www/phprecipebook SUB_FILES= pkg-message OPTIONS= PGSQL "Use PostgreSQL instead of MySQL" off \ .include .if defined(WITH_PGSQL) USE_PHP+= pgsql USE_PGSQL= yes .else USE_PHP+= mysql USE_MYSQL= yes .endif post-extract: @${CHMOD} -R u+w ${WRKSRC} do-install: @${CP} ${WRKSRC}/custom_inc.php ${WRKSRC}/custom_inc.php.sample @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${RECIPEDIR} @if [ ! -f ${PREFIX}/${RECIPEDIR}/custom_inc.php ]; then \ ${CP} ${PREFIX}/${RECIPEDIR}/custom_inc.php.sample \ ${PREFIX}/${RECIPEDIR}/custom_inc.php ; fi @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${RECIPEDIR} post-install: @${ECHO} "@unexec if cmp -s %D/${RECIPEDIR}/custom_inc.php.sample \ %D/${RECIPEDIR}/custom_inc.php; \ then rm -f %D/${RECIPEDIR}/custom_inc.php; fi" >> ${TMPPLIST} @${ECHO} "${RECIPEDIR}/custom_inc.php.sample" >> ${TMPPLIST} @${ECHO} "@exec if [ ! -f %D/${RECIPEDIR}/custom_inc.php ] ; \ then cp -p %D/%F %B/custom_inc.php; fi" >> ${TMPPLIST} @${ECHO} "@exec mkdir -p %D/${RECIPEDIR}/modules/settings" >> ${TMPPLIST} @${FIND} ${WRKSRC}/${file} -not -type d -not -name 'custom_inc.php*' \ | ${SED} -ne 's,^${WRKSRC},${RECIPEDIR},p' >> ${TMPPLIST} @${FIND} -d ${WRKSRC}/${file} -type d \ | ${SED} -ne 's,^${WRKSRC},@dirrm ${RECIPEDIR},p' >> ${TMPPLIST} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${RECIPEDIR}' >> ${TMPPLIST} @${SED} -e 's|%%RECIPEDIR%%|${PREFIX}/${RECIPEDIR}|' ${PKGMESSAGE} .include Property changes on: head/www/phprecipebook/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/squidguard/Makefile =================================================================== --- head/www/squidguard/Makefile (revision 294818) +++ head/www/squidguard/Makefile (revision 294819) @@ -1,201 +1,201 @@ # New ports collection makefile for: squidGuard # Date created: 5 June 2000 # Whom: dl@tyfon.net # # $FreeBSD$ # PORTNAME= squidGuard PORTVERSION= 1.4 PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.squidguard.org/Downloads/:a \ http://www.squidguard.org/Downloads/Contrib/:b DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:a \ squidGuard-1.4-quoted_string_support.diff:b \ squidGuard-1.4-dnsbl.patch:b EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= A fast redirector for squid RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_BDB= 40+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-db-inc=${BDB_INCLUDE_DIR} \ --with-db-lib=${BDB_LIB_DIR} \ --with-sg-config=${PREFIX}/etc/squid/${PORTNAME}.conf \ --with-sg-dbhome=${DATADIR} \ --with-sg-logdir=${LOGDIR} \ --exec-prefix=${PREFIX} CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include CFGINPUT= ${FILESDIR}/sgcfg.in SQUID_UID?= squid SQUID_GID?= squid DATADIR?= /var/db/${PORTNAME} SAMPLE_BL_DIR= ${DATADIR}.sample PLIST_SUB+= SAMPLE_BL_DIR=${SAMPLE_BL_DIR} _DATADIR= ${WRKDIR}/data LOGDIR?= /var/log SUB_FILES= pkg-message pkg-deinstall SUB_LIST= PORTNAME=${PORTNAME} \ SAMPLE_BL_DIR=${SAMPLE_BL_DIR} PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS= SAMPLE_BL "Install sample blacklists" On \ LDAP "Enable LDAP support" Off \ DNS_BL "Enable DNS based blacklists" Off \ QUOTE_STRING "Add quoted string patch" Off .include .if defined(WITH_LDAP) CONFIGURE_ARGS+= --with-ldap USE_OPENLDAP= yes .else CONFIGURE_ARGS+= --without-ldap .endif .if defined(WITHOUT_SAMPLE_BL) INSTALL_BL= no PLIST_SUB+= BLACKLIST="@comment " .else .if !exists(${DATADIR}) INSTALL_BL= yes .else INSTALL_BL= no .endif PLIST_SUB+= BLACKLIST="" .endif pre-fetch: @if [ ${SQUID_UID} = "squid" -o ${SQUID_GID} = "squid" ] ; then \ ${ECHO_MSG} "===> SQUID_UID is set to \"${SQUID_UID}\" and SQUID_GID is set to \"${SQUID_GID}\"." ; \ ${ECHO_MSG} " To change this specify them with your make arguments, e.g." ; \ ${ECHO_MSG} " make SQUID_UID=nobody SQUID_GID=nogroup" ; \ fi post-patch: @${REINPLACE_CMD} \ -e 's,-ldb,-l${BDB_LIB_NAME},' ${WRKSRC}/configure @if [ "${BDB_LIB_NAME}" = "db-4.2" ] ; then \ ${REINPLACE_CMD} -E -e 's,(db_version),\1_4002,g' \ ${WRKSRC}/configure ; \ fi .if defined(WITH_QUOTE_STRING) ${PATCH} -d ${WRKSRC} --forward --quiet -p2 <${DISTDIR}/squidGuard-1.4-quoted_string_support.diff .endif .if defined(WITH_DNS_BL) ${PATCH} -d ${WRKSRC} --forward --quiet -p1 <${DISTDIR}/squidGuard-1.4-dnsbl.patch .endif post-build: .if !defined(WITHOUT_SAMPLE_BL) @${ECHO_MSG} "===> Building blacklists" ${MKDIR} ${_DATADIR} @${TAR} -C ${_DATADIR} --exclude *.diff -pxzf \ ${WRKSRC}/samples/dest/blacklists.tar.gz @${MV} -f ${_DATADIR}/blacklists/README ${WRKDIR}/README.blacklists @${MV} -f ${_DATADIR}/blacklists/* ${_DATADIR}/ @${RM} -r ${_DATADIR}/blacklists .endif pre-install: # # Install blacklists # .if !defined(WITHOUT_SAMPLE_BL) @${MKDIR} ${SAMPLE_BL_DIR} @${CP} -Rpf ${_DATADIR}/* ${SAMPLE_BL_DIR} @${CHOWN} -R ${SQUID_UID}:${SQUID_GID} ${SAMPLE_BL_DIR} ${CHMOD} -R 550 ${SAMPLE_BL_DIR} .endif @${MKDIR} ${DATADIR} .if ${INSTALL_BL} == "yes" @${ECHO_MSG} "===> Installing blacklists" @${CP} -Rpf ${_DATADIR}/* ${DATADIR}/ @${CHOWN} -R ${SQUID_UID}:${SQUID_GID} ${DATADIR} @${CHMOD} -R 550 ${DATADIR} @${ECHO_MSG} " -> Blacklists installed in: ${DATADIR}" .else @${ECHO_MSG} "===> Found existing datadirectory - skipping blacklist installation" .endif # # Create sample configuration file # @if [ ! -f "${PREFIX}/etc/squid/${PORTNAME}.conf" ] ; then \ ${ECHO_MSG} "===> Installing sample configuration file" ; \ ${MKDIR} "${PREFIX}/etc/squid/" ; \ BLACKLIST_DIRS=`(cd ${DATADIR} && ${FIND} . -type d | \ ${SED} '/^\.$$/d; s/^\.\//!/' | ${XARGS} ${ECHO_CMD})`; \ for I in `${ECHO_CMD} $${BLACKLIST_DIRS} | ${SED} 's/!//g'`; do \ ${ECHO_CMD} "dest $${I} {"; \ ${TEST} -f ${DATADIR}/$${I}/domains && \ ${ECHO_CMD} " domainlist $${I}/domains"; \ ${TEST} -f ${DATADIR}/$${I}/urls && \ ${ECHO_CMD} " urllist $${I}/urls"; \ ${TEST} -f ${DATADIR}/$${I}/expressions && \ ${ECHO_CMD} " expressionlist $${I}/expressions"; \ ${ECHO_CMD} "}"; \ done > ${WRKDIR}/${PORTNAME}.conf.dests ; \ ${SED} -e "s|DATADIR|${DATADIR}|" -e "s|LOGDIR|${LOGDIR}|" \ -e "s|BLACKLIST_DIRS|$${BLACKLIST_DIRS}|;" \ -e "/DEST_CLASSES/r ${WRKDIR}/${PORTNAME}.conf.dests" \ ${CFGINPUT} | \ ${SED} "/DEST_CLASSES/d" > \ ${PREFIX}/etc/squid/${PORTNAME}.conf.sample ; \ ${CHOWN} ${SQUID_UID}:${SQUID_GID} \ ${PREFIX}/etc/squid/${PORTNAME}.conf.sample ; \ ${ECHO_MSG} " -> Sample configuration file installed in: ${PREFIX}/etc/squid" ; \ else \ ${ECHO_MSG} "===> Existing configuration file found - sample not installed" ; \ fi # # Create blacklist databases (assume fresh install if we only have a # sample config) # .if ${INSTALL_BL} == "yes" @${ECHO_MSG} "===> Creating blacklist databases" ; \ ${WRKSRC}/src/${PORTNAME} -d -c \ ${PREFIX}/etc/squid/${PORTNAME}.conf.sample -C all ; \ ${CHOWN} -R ${SQUID_UID}:${SQUID_GID} ${DATADIR} ; \ ${FIND} ${DATADIR} -type f -name *.db -exec ${CHMOD} 660 {} \; ; \ ${ECHO_MSG} " -> Blacklist databases installed in: ${DATADIR}" .else @${ECHO_MSG} "===> Existing configuration file found - blacklist databases not created" .endif post-install: # # Install documentation # .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing ${PORTNAME} documentation" -@${MKDIR} ${DOCSDIR} .for i in ${WRKSRC}/doc/*.txt ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.gif ${WRKSRC}/doc/README @${INSTALL_DATA} ${WRKSRC}$i ${DOCSDIR} .endfor @if [ -f ${WRKDIR}/README.blacklists ] ; then \ ${INSTALL_DATA} ${WRKDIR}/README.blacklists ${DOCSDIR} ; \ fi @${ECHO_MSG} " -> Documentation installed in: ${DOCSDIR}" .endif .if !exists(${LOGDIR}) @${MKDIR} ${LOGDIR} @${CHOWN} -R ${SQUID_UID}:${SQUID_GID} ${LOGDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/squidguard/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/x11/trayer-srg/Makefile =================================================================== --- head/x11/trayer-srg/Makefile (revision 294818) +++ head/x11/trayer-srg/Makefile (revision 294819) @@ -1,43 +1,43 @@ # New ports collection makefile for: trayer-srg # Date created: Jun 21, 2011 # Whom: Guido Falsi # Based on the x11/trayer port Makefile from Alexey Mikhailov # # $FreeBSD$ # PORTNAME= trayer PORTVERSION= 1.1.4 CATEGORIES= x11 MASTER_SITES= http://github.com/sargon/${PORTNAME}${PKGNAMESUFFIX}/tarball/${PORTNAME}-${PORTVERSION}/ PKGNAMESUFFIX= -srg DISTNAME= sargon-${PORTNAME}${PKGNAMESUFFIX}-${PORTNAME}-${PORTVERSION}-${GITVERSION} -MAINTAINER= mad@madpilot.net +MAINTAINER= madpilot@FreeBSD.org COMMENT= Lightweight GTK2-based systray for UNIX desktop - sargon fork CONFLICTS_INSTALL= trayer-1.0* GITVERSION= 0-g412ad31 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/sargon-${PORTNAME}${PKGNAMESUFFIX}-${GITVERSION:S/^0-g//} USE_GNOME= gtk20 glib20 pango atk USE_ICONV= yes USE_XORG= xmu USE_GMAKE= yes MAKE_ARGS= "PREFIX=${PREFIX}" .if !defined(NOPORTDOCS) PORTDOCS= README CREDITS CHANGELOG .endif PLIST_FILES= bin/trayer post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/x11/trayer-srg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property