mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
aa75a525a4
- Use canonical name for patch
20 lines
461 B
Makefile
20 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>
|