mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
19 lines
382 B
Makefile
19 lines
382 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
|
|
|
|
MAN1= sigrot.1
|
|
PLIST_FILES= bin/sigrot
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|