diff options
Diffstat (limited to 'chinese/firebird/Makefile')
-rw-r--r-- | chinese/firebird/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/chinese/firebird/Makefile b/chinese/firebird/Makefile deleted file mode 100644 index be7538d70a55..000000000000 --- a/chinese/firebird/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# ports collection makefile for: Firebird BBS -# Date created: Sun Feb 4 22:48:06 CST 2001 -# Whom: Edward Chuang <edwardc@firebird.org.tw> -# $FreeBSD$ - -PORTNAME= firebird -PORTVERSION= 3.0R -PORTREVISION= 1 -CATEGORIES= chinese net -MASTER_SITES= ftp://ftp.isu.edu.tw/pub/Unix/BBS/FireBird/ftp.firebird.org.tw/ -DISTNAME= 3.0-RELEASE - -MAINTAINER= edwardchuang@gmail.com -COMMENT= A Common BBS Server with its own customized INN News Server - -BROKEN= does not compile -DEPRECATED= Broken, maintainer timed out, untouched for five years -EXPIRATION_DATE=2011-08-30 - -WRKSRC= ${WRKDIR}/bbs/bbssrc -GNU_CONFIGURE= yes -USE_BZIP2= yes -IS_INTERACTIVE= yes -NOT_FOR_ARCHS= amd64 -USERS= bbs -GROUPS= ${USERS} - -pre-install: - ${FIND} ${WRKSRC} -name "*.orig" -delete - -post-install: - @if [ ! -f ${PREFIX}/etc/rc.d/bbs.sh.example ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/bbs.sh.example startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/bbs.sh.example ${PREFIX}/etc/rc.d/bbs.sh.example; \ - fi - @${ECHO} "=======================================================================" - @${ECHO} "Installation Complete." - @${ECHO} "=======================================================================" - @${ECHO} "please review ${PREFIX}/etc/rc.d/bbs.sh.example change bbsd port you want" - @${ECHO} "then rename to ${PREFIX}/etc/rc.d/bbs.sh then:" - @${ECHO} "use ${PREFIX}/etc/rc.d/bbs.sh { start | stop } to start the BBS service" - @${ECHO} "full and complete document in ${PREFIX}/bbs/bbssrc/doc read before ask." - -.include <bsd.port.mk> |