freebsd-ports/mail/sigrot/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

21 lines
440 B
Makefile

# New ports collection makefile for: sigrot
# Date created: 4 Mar 1998
# Whom: 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
MAN1= sigrot.1
PLIST_FILES= bin/sigrot
.include <bsd.port.mk>