mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: arensb@ooblick.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gensig
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
MAN1= gensig.1 cattag.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|