freebsd-ports/misc/proxyper/Makefile
Mark Linimon 82affe8f17 dbaker@FreeBSD.org has been inactive in the ports community for over
a year now, so return his ports to the unmaintained pool in the hopes
that someone will adopt them and give them a good home.

While here, pacify portlint on all of them.

Discussed with:	various members of portmgr@, at various times over
the last few months.
2004-02-11 03:03:05 +00:00

56 lines
1.3 KiB
Makefile

# New ports collection makefile for: distributed.net-v2personalproxy
# Date created: 31 Oct 1999
# Whom: globalpanic@gmx.net
#
# $FreeBSD$
#
PORTNAME= proxyper-freebsd3-elf-x86
PORTVERSION= 333
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/proxyper/ \
http://http.distributed.net/pub/dcti/proxyper/
DISTNAME= proxyper${PORTVERSION}-freebsd-x86
MAINTAINER= ports@FreeBSD.org
COMMENT= The official distributed.net v2 personal proxy
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
ONLY_FOR_ARCHS= i386
.if ${OSVERSION} < 300000
IGNORE= "This port requires FreeBSD 3.X or greater."
.endif
NO_BUILD= yes
BINDIR= ${PREFIX}/distributed.net/proxy/
LIBDIR= ${PREFIX}/etc/rc.d/
PROXYUID= nobody
PROXYGID= daemon
SHAREOWN= ${PROXYUID}
SHAREGRP= ${PROXYGID}
SHAREMODE= 644
do-install:
if [ ! -d ${BINDIR} ]; then \
${MKDIR} ${BINDIR}; \
fi
${INSTALL_PROGRAM} ${WRKSRC}/proxyper ${BINDIR}
${INSTALL_SCRIPT} ${FILESDIR}/proxyper.sh ${BINDIR}
${REINPLACE_CMD} s+CHANGETHIS+${BINDIR}+ ${BINDIR}proxyper.sh
${INSTALL_DATA} ${WRKSRC}/proxyper.ini ${BINDIR}
${INSTALL_MAN} ${WRKSRC}/ChangeLog.txt ${BINDIR}
${INSTALL_MAN} ${WRKSRC}/manual.html ${BINDIR}
${CHOWN} ${PROXYUID}:${PROXYGID} ${BINDIR}
${CHMOD} 755 ${BINDIR}
${LN} -sf ${BINDIR}proxyper.sh ${LIBDIR}proxyper.sh
.include <bsd.port.post.mk>