mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
366 B
Makefile
20 lines
366 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= marijn@stack.nl
|
|
|
|
MAN1= sigrot.1
|
|
|
|
.include <bsd.port.mk>
|