Index: head/devel/fampp/Makefile =================================================================== --- head/devel/fampp/Makefile (revision 155701) +++ head/devel/fampp/Makefile (revision 155702) @@ -1,37 +1,37 @@ # ports collection makefile for: fampp # Date created: 18 March 2001 # Whom: Jeremy Norris # # $FreeBSD$ # PORTNAME= fampp PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ wrapper for fam from SGI -LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam - # This isn't required to utilize full functionality #USE_GNOME= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +USE_FAM= yes +WANT_FAM_SYSTEM=fam do-install: .for FILE in FamppEvents.hh FamppExceptions.hh fam.hh famStatic.hh handle.hh ${INSTALL_DATA} ${WRKSRC}/include/${FILE} ${PREFIX}/include .endfor ${MKDIR} ${PREFIX}/include/private ${INSTALL_DATA} ${WRKSRC}/include/private/FamppEventModel.hh \ ${WRKSRC}/include/private/FamppModel.hh ${PREFIX}/include/private ${MKDIR} ${PREFIX}/share/fampp/examples .for DIR in gtk simple singleton ${INSTALL_DATA} ${WRKSRC}/examples/${DIR}/main.cpp ${PREFIX}/share/fampp/examples/${DIR}-main.cpp .endfor .include Property changes on: head/devel/fampp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/ruby-fam/Makefile =================================================================== --- head/devel/ruby-fam/Makefile (revision 155701) +++ head/devel/ruby-fam/Makefile (revision 155702) @@ -1,38 +1,38 @@ # New ports collection makefile for: FAM-Ruby # Date created: 11 June 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= fam PORTVERSION= 0.1.4 CATEGORIES= devel ruby MASTER_SITES= http://www.pablotron.org/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= FAM bindings for Ruby -LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam - USE_RUBY= yes USE_RUBY_EXTCONF= yes +USE_FAM= yes +WANT_FAM_SYSTEM=fam INSTALL_TARGET= site-install DOCS= AUTHORS COPYING ChangeLog README doc event_codes.txt post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif .include Property changes on: head/devel/ruby-fam/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/mail/courier/Makefile =================================================================== --- head/mail/courier/Makefile (revision 155701) +++ head/mail/courier/Makefile (revision 155702) @@ -1,360 +1,361 @@ # New ports collection makefile for: Courier MTA # Date created: 17 Oct 2001 # Whom: Yarema # # $FreeBSD$ # PORTNAME= courier PORTVERSION= 0.52.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier MAINTAINER= yds@CoolRat.org COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -LIB_DEPENDS= fam:${PORTSDIR}/devel/fam \ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \ ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \ ${SITE_PERL}/Net/CIDR.pm:${PORTSDIR}/net-mgmt/p5-Net-CIDR CONFLICTS= exim-4.* courier-imap-2.* maildrop-1.* \ postfix-1.* postfix-2.* \ qmail-1.* qmail-*-1.* \ sendmail-8.* sendmail-*-8.* \ smail-3.* sqwebmail-3.* zmailer-2.* .if !defined(BATCH) && !defined(PACKAGE_BUILDING) IS_INTERACTIVE= yes .endif # # User-serviceable variables # # [ There's no need to add trailing ``/''s ] # # set IMAGEURL to where on the web server URL the images are found # set CACHEOWN to who you'd like to own the cache files # set MAILDROPDEFAULT to what you'd like the $DEFAULT in maildrop to be # recomended values are: /var/mail, ./Mailbox or ./Maildir # IMAGEURL?= /webmail CACHEOWN?= pop MAILDROPDEFAULT?=./Maildir # End of user-serviceable variables MAILOWN= courier MAILGRP= courier MAILUID= 465 MAILGID= 465 ETCDIR= ${PREFIX}/etc SYSCONFDIR= ${ETCDIR}/courier USERDB?= ${ETCDIR}/userdb LIBEXECDIR= ${PREFIX}/libexec LOCALSTATEDIR= /var/spool/courier CACHEDIR= /var/spool/webmail CALENDIR= /var/spool/calendar MIMETYPES= ${LOCALBASE}/etc/mime.types WITH_TRANSPORT= local esmtp dsn USE_BZIP2= yes USE_SUBMAKE= yes USE_PERL5= yes USE_GETTEXT= yes USE_GMAKE= yes USE_OPENSSL= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 +USE_FAM= yes +WANT_FAM_SYSTEM=fam .if defined(WITH_RCORDER) USE_RCORDER= courier.sh .else USE_RC_SUBR= courier.sh .endif CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash \ CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' MAKE_ENV:= ${CONFIGURE_ENV} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-root-check --with-db=db \ --enable-syslog=1 --enable-use-flock \ --program-transform-name=s,^,, \ --enable-utf7-folder-encoding \ --enable-unicode \ --with-mailuser=${MAILOWN} \ --with-mailgroup=${MAILGRP} \ --with-mailuid=${MAILUID} \ --with-mailgid=${MAILGID} \ --with-etcdir=${ETCDIR} \ --sysconfdir=${SYSCONFDIR} \ --with-userdb=${USERDB} \ --datadir=${DATADIR} \ --libexecdir=${LIBEXECDIR} \ --localstatedir=${LOCALSTATEDIR} \ --enable-mimetypes=${MIMETYPES} \ --enable-imageurl=${IMAGEURL} \ --with-cachedir=${CACHEDIR} \ --with-cacheowner=${CACHEOWN} \ --with-calendardir=${CALENDIR} \ --with-transport='${WITH_TRANSPORT}' \ --with-default-maildrop=${MAILDROPDEFAULT} \ --with-paranoid-smtpext \ --enable-workarounds-for-imap-client-bugs \ --cache-file=${WRKDIR}/courier.cache INSTALL_TARGET= install-strip install-perms PLIST_SUB+= BINOWN="${BINOWN}" BINGRP="${BINGRP}" \ MAILOWN="${MAILOWN}" MAILGRP="${MAILGRP}" \ MAILUID="${MAILUID}" MAILGID="${MAILGID}" \ CACHEOWN="${CACHEOWN}" CACHEDIR="${CACHEDIR}" \ CALENDIR="${CALENDIR}" LOCALSTATEDIR="${LOCALSTATEDIR}" SUB_LIST:= ${PLIST_SUB} SUB_FILES+= pkg-install pkg-message crontab OPTIONS+=LDAP "LDAP-based mail aliasing support" .if (exists(${LOCALBASE}/lib/libldap.a) && exists(${LOCALBASE}/lib/liblber.a)) || defined(WITH_LDAP) OPTIONS+=on .else OPTIONS+=off .endif .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt) .include "${.CURDIR}/../../security/courier-authlib/Makefile.opt" .endif OPTIONS+=GNUPG "GNU Privacy Guard support for WebMail" .if exists(${LOCALBASE}/bin/gpg) || defined(WITH_GNUPG) OPTIONS+=on .else OPTIONS+=off .endif OPTIONS+=ASPELL "ASpell support for WebMail / mutually" .if exists(${LOCALBASE}/bin/aspell) || defined(WITH_ASPELL) OPTIONS+=on .else OPTIONS+=off .endif OPTIONS+=ISPELL "ISpell support for WebMail \ exclusive" .if exists(${LOCALBASE}/bin/ispell) || defined(WITH_ISPELL) OPTIONS+=on .else OPTIONS+=off .endif OPTIONS+=PROCMAIL "Procmail local delivery support" .if exists(${LOCALBASE}/bin/procmail) || defined(WITH_PROCMAIL) OPTIONS+=on .else OPTIONS+=off .endif OPTIONS+=SENDFAX "mgetty+sendfax support" .if exists(${LOCALBASE}/sbin/sendfax) && exists(${LOCALBASE}/bin/pnmscale) && exists(${LOCALBASE}/bin/gs) || defined(WITH_SENDFAX) OPTIONS+=on .else OPTIONS+=off .endif OPTIONS+=UUCP "UUCP support" .if exists(/usr/bin/uux) || exists(${LOCALBASE}/bin/uux) || defined(WITH_UUCP) OPTIONS+=on .else OPTIONS+=off .endif OPTIONS+=IPV6 "IPv6 support" .if defined(WITH_IPV6) OPTIONS+=on .else OPTIONS+=off .endif .include .include "${.CURDIR}/Makefile.doc" .include "${.CURDIR}/Makefile.man" .include "${.CURDIR}/Makefile.own" .if defined(WITH_LDAP) && !defined(WITHOUT_LDAP) USE_OPENLDAP= yes WITH_AUTH_LDAP= yes RUN_DEPENDS+= ${LOCALBASE}/lib/courier-authlib/libauthldap.so:${PORTSDIR}/net/courier-authlib-ldap CONFIGURE_ARGS+=--with-ldapaliasd PLIST_SUB+= WITHLDAP="" SUB_LIST+= WITHLDAP="" .else CONFIGURE_ARGS+=--without-ldapaliasd PLIST_SUB+= WITHLDAP="@comment " SUB_LIST+= WITHLDAP="@comment " .endif .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep) .include "${.CURDIR}/../../security/courier-authlib/Makefile.dep" .endif .if defined(WITH_GNUPG) && !defined(WITHOUT_GNUPG) BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .endif .if defined(WITH_ASPELL) && !defined(WITHOUT_ASPELL) && !defined(WITH_ISPELL) BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/aspell .endif .if defined(WITH_ISPELL) && !defined(WITHOUT_ISPELL) && !defined(WITH_ASPELL) BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell CONFIGURE_ARGS+=--with-ispell=${LOCALBASE}/bin/ispell .endif .if defined(WITH_ASPELL) && defined(WITH_ISPELL) BROKEN= "ASpell and ISpell are mutually exclusive. Run 'make config' to (re)configure ${PKGNAME}" .endif .if !defined(WITH_ASPELL) && !defined(WITH_ISPELL) CONFIGURE_ARGS+=--without-ispell .endif .if defined(WITH_PROCMAIL) && !defined(WITHOUT_PROCMAIL) BUILD_DEPENDS+= procmail:${PORTSDIR}/mail/procmail RUN_DEPENDS+= procmail:${PORTSDIR}/mail/procmail .endif .if defined(WITH_SENDFAX) && !defined(WITHOUT_SENDFAX) USE_GHOSTSCRIPT=yes SENDFAX_DEPENDS=sendfax:${PORTSDIR}/comms/mgetty+sendfax \ pnmscale:${PORTSDIR}/graphics/netpbm BUILD_DEPENDS+= ${SENDFAX_DEPENDS} RUN_DEPENDS+= ${SENDFAX_DEPENDS} WITH_TRANSPORT+=fax PLIST_SUB+= WITHFAX="" SUB_LIST+= WITHFAX="" .else PLIST_SUB+= WITHFAX="@comment " SUB_LIST+= WITHFAX="@comment " .endif .if defined(WITH_UUCP) && !defined(WITHOUT_UUCP) .if !exists(/usr/bin/uux) BUILD_DEPENDS+= uux:${PORTSDIR}/net/freebsd-uucp RUN_DEPENDS+= uux:${PORTSDIR}/net/freebsd-uucp .endif WITH_TRANSPORT+=uucp PLIST_SUB+= WITHUUCP="" .else PLIST_SUB+= WITHUUCP="@comment " .endif .if defined(WITH_IPV6) || !defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--with-ipv6 .else CONFIGURE_ARGS+=--without-ipv6 .endif pre-everything:: @${ECHO_MSG} "===> --------------------------------------------------------" @${ECHO_MSG} "===> Run 'make config' to (re)configure ${PKGNAME}" @${ECHO_MSG} "===> --------------------------------------------------------" pre-patch: @${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC} post-patch: @${REINPLACE_CMD} -e 's|@datadir@|@sysconfdir@|g' \ ${WRKSRC}/*/mk*cert.* \ ${WRKSRC}/*/*/mk*cert.* @${REINPLACE_CMD} -e 's|^\(TLS_CERTFILE=\)@datadir@|\1@sysconfdir@|g' \ ${WRKSRC}/*/*.dist.in \ ${WRKSRC}/*/*/*.dist.in @${REINPLACE_CMD} -e 's|^\(RANDFILE = \)@datadir@[^[:space:]]*|\1@sysconfdir@/random.tmp|g' \ ${WRKSRC}/*/*.cnf.in \ ${WRKSRC}/*/*/*.cnf.in @${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) \(.$$$$file.\)|${INSTALL_MAN} \1|' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/*/Makefile.in \ ${WRKSRC}/*/*/Makefile.in \ ${WRKSRC}/*/*/*/Makefile.in @${REINPLACE_CMD} -e 's|^\(INSTALL_STRIP_PROGRAM=\).*$$|\1"${INSTALL_PROGRAM} -s"|' \ -e 's|; ldapaliasd="yes"||' \ ${WRKSRC}/configure \ ${WRKSRC}/*/configure \ ${WRKSRC}/*/*/configure \ ${WRKSRC}/*/*/*/configure @${REINPLACE_CMD} -E -e 's/(root|bin)[[:space:]]*bin/root wheel/g' \ ${WRKSRC}/courier/perms.sh.in pre-configure: @if [ -f "${WRKDIR}/courier.cache" -a -s "${WRKDIR}/courier.cache" ]; then \ ${RM} -f "${WRKDIR}/courier.cache"; \ fi post-build: @${PERL} -pi -e 's|^(auth)\s+(required).*|$$1\t\t$$2\tpam_unix.so\ttry_first_pass|g;' \ -e 's|^(account)\s+(required).*|$$1 \t$$2\tpam_unix.so|g;' \ -e 's|^(session)\s+(required).*|$$1 \t$$2\tpam_permit.so|g;' \ ${WRKSRC}/*/*.authpam* \ ${WRKSRC}/*/*/*.authpam* @${LN} -f ${WRKSRC}/gpglib/README.html ${WRKSRC}/gpglib/README.gpglib.html @${LN} -f ${WRKSRC}/imap/BUGS ${WRKSRC}/imap/BUGS.imap @${LN} -f ${WRKSRC}/imap/BUGS.html ${WRKSRC}/imap/BUGS.imap.html @${LN} -f ${WRKSRC}/imap/README ${WRKSRC}/imap/README.imap @${LN} -f ${WRKSRC}/imap/README.html ${WRKSRC}/imap/README.imap.html @${LN} -f ${WRKSRC}/maildrop/README.html ${WRKSRC}/maildrop/README.maildrop.html @${LN} -f ${WRKSRC}/pcp/README.html ${WRKSRC}/pcp/README.pcp.html @${LN} -f ${WRKSRC}/webmail/BUGS ${WRKSRC}/webmail/BUGS.webmail @${LN} -f ${WRKSRC}/webmail/BUGS.html ${WRKSRC}/webmail/BUGS.webmail.html @${LN} -f ${WRKSRC}/webmail/SECURITY ${WRKSRC}/webmail/SECURITY.webmail @${LN} -f ${WRKSRC}/webmail/SECURITY.html ${WRKSRC}/webmail/SECURITY.webmail.html post-install: @${LN} -f ${SYSCONFDIR}/maildrop ${SYSCONFDIR}/maildropfilter @${INSTALL_DATA} /dev/null ${SYSCONFDIR}/locallowercase @${INSTALL_DATA} ${WRKDIR}/crontab ${PREFIX}/etc/courier/ .for file in ${OWNER0} @-${CHOWN} -Rh ${BINOWN}:${BINGRP} ${PREFIX}/${file} .endfor @${GREP} '^@exec ' ${TMPPLIST} \ | ${SED} -e 's:^@exec ::' -e 's:%D:${PREFIX}:g' \ > ${WRKDIR}/.PLIST.exec \ && ${SH} ${WRKDIR}/.PLIST.exec .if !defined(NOPORTDOCS) @${INSTALL} ${_DOCOWNGRP} -d ${DOCSDIR}/html .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .for f in ${HTMLDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/html .endfor @${INSTALL_DATA} ${DATADIR}/htmldoc/* ${DOCSDIR}/html .endif @${RM} -rf ${DATADIR}/htmldoc @-${CHOWN} -Rh ${SHAREOWN}:${SHAREGRP} ${DATADIR} @${CHMOD} -R a+r ${DATADIR}/courierwebadmin @${CHMOD} -R a-w ${DATADIR} ${LIBEXECDIR}/courier @${CHMOD} 550 ${LIBEXECDIR}/courier/modules/esmtp/courieresmtp* @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .if defined(BATCH) || defined(PACKAGE_BUILDING) @${ECHO_MSG} " To activate Courier in /etc/mail/mailer.conf or to" @${ECHO_MSG} " replace {sendmail,mailq,newaliases} with Courier" @${ECHO_MSG} " versions execute the following as root user:" @${ECHO_MSG} @${ECHO_MSG} "PKG_PREFIX=\"${PREFIX}\" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL" @${ECHO_MSG} .else @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif .include Property changes on: head/mail/courier/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/mail/gnubiff/Makefile =================================================================== --- head/mail/gnubiff/Makefile (revision 155701) +++ head/mail/gnubiff/Makefile (revision 155702) @@ -1,56 +1,57 @@ # New ports collection makefile for: gnubiff # Date created: 3 May 2004 # Whom: Tim Bishop # # $FreeBSD$ # PORTNAME= gnubiff PORTVERSION= 2.1.9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tdb@FreeBSD.org COMMENT= A mail notification program for Gnome -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - fam.0:${PORTSDIR}/devel/fam +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes USE_GNOME= intlhack libglade2 esound USE_GMAKE= yes +USE_FAM= yes +WANT_FAM_SYSTEM=fam GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-Wno-long-long" # CXXFLAGS needed to work round issue with gcc and openssl 0.9.8a # /usr/local/include/openssl/sha.h:173: error: ISO C++ does not support `long long' MAN1= gnubiff.1 INFO= gnubiff .ifdef(WITH_GNUBIFF_PASSWORD) CONFIGURE_ARGS+= --with-password .endif # This application can dock in the GNOME panel, or it can not. # Only install support if gnomepanel is already installed. WANT_GNOME= yes .include .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel gconf2 gnomeprefix gnomehack PKGNAMESUFFIX+= -gnome PLIST_SUB+= SHAREDIR="share/gnome" PLIST_SUB+= BONOBODIR="libdata/bonobo" PLIST_SUB+= WITH_GNOME="" .else CONFIGURE_ARGS+= --disable-gnome PLIST_SUB+= SHAREDIR="share" PLIST_SUB+= BONOBODIR="lib/bonobo" PLIST_SUB+= WITH_GNOME="@comment " .endif .include Property changes on: head/mail/gnubiff/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/sysutils/fileschanged/Makefile =================================================================== --- head/sysutils/fileschanged/Makefile (revision 155701) +++ head/sysutils/fileschanged/Makefile (revision 155702) @@ -1,36 +1,37 @@ # New ports collection makefile for: fileschanged # Date created: 18 May 2004 # Whom: Konstantin Reznichenko # # $FreeBSD$ # PORTNAME= fileschanged PORTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Utility that reports when files have been altered -LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \ help2man:${PORTSDIR}/misc/help2man GNU_CONFIGURE= yes USE_GMAKE= yes +USE_FAM= yes +WANT_FAM_SYSTEM=fam CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="-largp" CONFIGURE_ARGS+=--datadir=${PREFIX}/share/doc INFO= fileschanged MAN1= fileschanged.1 PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README fileschanged.lsm PLIST_FILES= bin/fileschanged post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/fileschanged/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property