blob: 4402078c9a3fcac6b8edd85d08b6e9ac515cd56f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: gensig
# Date created: 6 August 1999
# Whom: arensb@ooblick.com
#
# $FreeBSD$
#
PORTNAME= gensig
PORTVERSION= 2.3
CATEGORIES= mail
MASTER_SITES= http://www.geekthing.com/~robf/ware/gensig/ \
http://www.ooblick.com/software/gensig/
MAINTAINER= arensb+freebsd-ports@ooblick.com
COMMENT= A random .signature generator
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
USE_GETOPT_LONG= yes
MAN1= gensig.1 cattag.1
.include <bsd.port.mk>
|