mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
5f7cf86eaf
Approved by: portmgr (blanket)
17 lines
394 B
Makefile
17 lines
394 B
Makefile
PORTNAME= sigrot
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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}/share/man/man1"
|
|
|
|
PLIST_FILES= bin/sigrot share/man/man1/sigrot.1.gz
|
|
|
|
.include <bsd.port.mk>
|