freebsd-ports/mail/sigrot/Makefile

19 lines
426 B
Makefile
Raw Normal View History

# Created by: Marijn Meijles <marijn@stack.nl>
1999-08-25 08:51:17 +02:00
# $FreeBSD$
2000-04-13 22:01:08 +02:00
PORTNAME= sigrot
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= SUNSITE/system/mail/misc
2000-04-13 22:01:08 +02:00
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
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>