# New ports collection makefile for: ifmail # Date created: 19 Feb 1997 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= ifmail PORTVERSION= 2.15 PORTREVISION= 5 CATEGORIES= news comms MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/fido MAINTAINER= dinoex@FreeBSD.org COMMENT= FidoNet(tm) support package for UN*X platform MAN3= parsedate.3 MAN8= ifmail.8 iftoss.8 IFMAIL_RUNAS?= ifmail PLIST_SUB+= IFMAIL_RUNAS="${IFMAIL_RUNAS}" # USERS does not work here #USERS= ifmail pre-configure: @${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.sed ${SED} -e "s/OWNER = ifmail/OWNER = ${IFMAIL_RUNAS}/" \ -e "s#CC = gcc#CC = ${CC}#" \ -e "s#-O2 -Wall#${CFLAGS} -DHAS_STDARG_H -Wall#" \ ${WRKSRC}/CONFIG.sed > ${WRKSRC}/CONFIG pre-install: if ! pw usershow ${IFMAIL_RUNAS}; then pw useradd ${IFMAIL_RUNAS} -g uucp -u 75 \ -h - -d /nonexistent -s /nonexistent -c "Ifmail Server"; fi ${MKDIR} ${PREFIX}/libexec/ifmail post-install: .for i in ${MAN8} ${INSTALL_MAN} ${WRKSRC}/ifgate/${i} ${PREFIX}/man/man8 .endfor .for i in ${MAN3} ${INSTALL_MAN} ${WRKSRC}/iflib/${i} ${PREFIX}/man/man3 .endfor @${ECHO_CMD} "updating ${ROOTDIR}/etc/services" @${CP} ${ROOTDIR}/etc/services ${ROOTDIR}/etc/services.bak @(grep -v ^ifcico ${ROOTDIR}/etc/services.bak; \ ${ECHO_CMD} "ifcico 60179/tcp #ifcico server (ifmail)") \ > ${ROOTDIR}/etc/services .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ .for i in ifcico ifgate iflib ${INSTALL_DATA} ${WRKSRC}/${i}/README ${DOCSDIR}/README.${i} .endfor .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} @${TAR} -C ${WRKSRC}/misc -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - .endif .include tion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-ePerl
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-3/+3
* Fix with Perl 5.20+mat2015-04-131-1/+1
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-5/+5
* Cleanup plistbapt2014-10-271-4/+0
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
* - Add LICENSEsunpoet2014-05-091-3/+5
* Release a few ports I don't use anymore. Unfortunately I don't have time toflo2014-03-121-1/+1
* - add stage supportaz2014-01-302-3/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
* Build with Perl 5.12+skv2011-05-062-2/+1
* - change MAINTAINER to my @FreeBSD.org addressflo2010-12-281-1/+1
* - Update maintainer email address flo@kasimir.com -> flo@smeets.impgollucci2010-09-231-1/+1
* - Mark MAKE_JOBS_UNSAFE=yespgollucci2010-09-101-0/+2
* Introduce Perl 5.10.0skv2009-03-291-1/+1
* - Unbreak after strndup MFCmiwi2009-03-013-13/+34
* Also mark broken on 7-stable after strndup MFC.linimon2009-02-27