opnsense-ports/mail/sigrot/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

18 lines
426 B
Makefile

# Created by: Marijn Meijles <marijn@stack.nl>
# $FreeBSD$
PORTNAME= sigrot
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= SUNSITE/system/mail/misc
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Util to rotate your mail/news signature
MAKE_ARGS= DEST="${STAGEDIR}${PREFIX}/bin" \
MANDEST="${STAGEDIR}${PREFIX}/man/man1"
PLIST_FILES= bin/sigrot man/man1/sigrot.1.gz
.include <bsd.port.mk>