8fdfd13285
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
37 lines
1.3 KiB
Makefile
37 lines
1.3 KiB
Makefile
# 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
|
|
CATEGORIES= chinese net
|
|
MASTER_SITES= ftp://ftp4.firebird.org.tw/Network/BBS/Firebird/
|
|
|
|
DISTNAME= 3.0-RELEASE
|
|
|
|
MAINTAINER= edwardc@firebird.org.tw
|
|
|
|
WRKSRC= ${WRKDIR}/bbs/bbssrc
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
IS_INTERACTIVE= yes
|
|
|
|
pre-install:
|
|
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
|
|
|
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} "Installnation 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>
|