freebsd-ports/security/bcwipe/Makefile
David W. Chapman Jr. 7f105842a6 Update to 0.2.4
Add MASTER_SITES
Change all hardcoded versions to regex of PORTVERSION

PR:		30606
Submitted by:	maintainer
2001-09-16 15:12:19 +00:00

28 lines
678 B
Makefile

# New ports collection makefile for: bcwipe
# Date created: Mar 4, 2001
# Whom: crow
#
# $FreeBSD$
#
PORTNAME= bcwipe
PORTVERSION= 0.2.4
CATEGORIES= security
MASTER_SITES= http://www.jetico.com/linux/ \
http://www.edunet.hu/~crow/
DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./}
MAINTAINER= crow@nektor.hu
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/g:S/-/./}
MAN1= bcwipe.1
post-patch:
@${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bcwipe ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/bcwipe.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>