1997-02-12 15:49:28 +00:00
|
|
|
# New ports collection makefile for: DeleGate
|
1999-04-18 06:31:28 +00:00
|
|
|
# Version required: 5.9.1
|
1997-02-12 15:49:28 +00:00
|
|
|
# Date created: 26 Jan 1997
|
|
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
|
|
|
|
#
|
1999-04-18 06:31:28 +00:00
|
|
|
# $Id: Makefile,v 1.14 1998/11/09 09:24:20 max Exp $
|
1997-02-12 15:49:28 +00:00
|
|
|
#
|
|
|
|
|
1999-04-18 06:31:28 +00:00
|
|
|
DISTNAME= delegate5.9.1
|
|
|
|
PKGNAME= delegate-5.9.1
|
1997-02-12 15:49:28 +00:00
|
|
|
CATEGORIES= net www japanese
|
|
|
|
MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/
|
|
|
|
|
|
|
|
MAINTAINER= max@FreeBSD.ORG
|
|
|
|
|
1998-11-09 09:24:21 +00:00
|
|
|
MAKE_ENV= PATH=$${PATH}:.
|
1997-04-04 13:14:57 +00:00
|
|
|
|
1997-02-12 15:49:28 +00:00
|
|
|
.if defined(BATCH)
|
|
|
|
pre-build:
|
|
|
|
@echo "MANAGER=root@localhost" >> ${WRKSRC}/DELEGATE_CONF
|
|
|
|
.endif
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/delegate
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/delegated.sh \
|
1997-12-15 20:43:41 +00:00
|
|
|
${PREFIX}/share/examples/delegate
|
1997-02-12 15:49:28 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/delegate
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/Manual.txt \
|
|
|
|
${PREFIX}/share/doc/delegate
|
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|