aboutsummaryrefslogtreecommitdiff
path: root/net/delegate/Makefile
blob: 44af7355963b596a337fadc843f40eaa599e957c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	DeleGate
# Date created:			26 Jan 1997
# Whom:				Masafumi NAKANE <max@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	delegate
PORTVERSION=	9.5.6
PORTREVISION=	1
CATEGORIES=	net www
MASTER_SITES=	ftp://www.delegate.org/pub/DeleGate/ \
		ftp://ftp.delegate.org/pub/DeleGate/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	nivo+kw+ports.bfa274@is-root.com
COMMENT=	General purpose TCP/IP proxy system

IS_INTERACTIVE=	YES
PORTDOCS=	Manual.htm tutor-jp.htm tutor-en.htm
PLIST_FILES=	sbin/delegated etc/rc.d/delegated.sh-dist

# Strip breaks binary checksumming
STRIP=

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
	${INSTALL_SCRIPT} ${FILESDIR}/delegated.sh \
	   ${PREFIX}/etc/rc.d/delegated.sh-dist
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/$f ${DOCSDIR}
.endfor
.endif
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>