1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/mail/gensig/Makefile
David E. O'Brien f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00

25 lines
508 B
Makefile

# 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>