freebsd-ports/japanese/ebnetd/Makefile
Edwin Groothuis c0d77ab67c [PATCH] japanese/{eb,ebnetd}: Take over maitainership
I have sent PRs of these ports several times, but there was
	no response from maintainer and PRs were always commited
	with timeout. So I will take over maintainershilp now.

PR:		ports/90713
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	maintainer timeout
2006-01-02 23:10:34 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: ebnetd
# Date created: 4 Aug 1998
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
# $FreeBSD$
#
PORTNAME= ebnetd
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= japanese ipv6
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \
ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/
MAINTAINER= yasu@utahime.org
COMMENT= Servers for accessing CD-ROM books via TCP/IP
LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
# Local variables
LOGDIR= /var/log
RUNDIR= /var/run
STARTUP_SCRIPT= ${PORTNAME}.sh
USE_RC_SUBR= yes
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
INFO= ebnetd ebnetd-ja
post-build:
${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${FILESDIR}/${STARTUP_SCRIPT} > ${WRKDIR}/${STARTUP_SCRIPT}
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/${STARTUP_SCRIPT} ${PREFIX}/etc/rc.d
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${ECHO}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>