freebsd-ports/mail/autosig/Makefile
Will Andrews fd48dcd8c3 Add autosig 2.3, a random .signature generator with header file
included.

PR:		27458
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2001-05-20 03:26:24 +00:00

25 lines
489 B
Makefile

# New ports collection makefile for: autosig
# Date created: 23 April 2001
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= autosig
PORTVERSION= 2.3
CATEGORIES= mail
MASTER_SITES= http://www.irendi.com/
MAINTAINER= leeym@cae.ce.ntu.edu.tw
MAKEFILE= makefile
ALL_TARGET= ${PORTNAME}
pre-build:
${PERL} -pi -e 's,gcc,${CC} ${CFLAGS},g' ${WRKSRC}/makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>