freebsd-ports/net/bounce/Makefile
Pete Fritchman 1cae134ec1 Install the bounce binary into ${PREFIX}/sbin, not ${PREFIX}/libexec.
PR:		19585
Submitted by:	Nathan Yoder <njyoder@gummibears.nu>
Approved by:	maintainer
2001-11-24 01:32:22 +00:00

32 lines
648 B
Makefile

# ex:ts=8
# Ports collection makefile for: bounce
# Date created: Mon Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= bounce
PORTVERSION= 1.0
CATEGORIES= net security
MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= obrien
DISTNAME= bounce
EXTRACT_SUFX= .c
MAINTAINER= obrien@FreeBSD.org
NO_WRKSUBDIR= yes
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin
.include <bsd.port.mk>