1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/destroy/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

23 lines
568 B
Makefile

PORTNAME= destroy
PORTVERSION= 20130926
CATEGORIES= security
MASTER_SITES= http://www.mod6.net/destroy/ \
http://www.kinneysoft.com/destroy/
MAINTAINER= modsix@gmail.com
COMMENT= Securely destroy files on the hard disk
WWW= http://www.mod6.net
LICENSE= BSD4CLAUSE
PLIST_FILES= bin/destroy man/man1/destroy.1.gz
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} destroy.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/destroy ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/destroy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>