freebsd-ports/mail/sigrot/Makefile
Pawel Pekala aa75a525a4 - Add staging support
- Use canonical name for patch
2014-06-06 16:13:47 +00:00

19 lines
461 B
Makefile

# Created by: Marijn Meijles <marijn@stack.nl>
# $FreeBSD$
PORTNAME= sigrot
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= 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>