freebsd-ports/mail/autosig/Makefile
Yen-Ming Lee 5e01fd86d1 - make fetchable
PR:		104691
Submitted by:	thomas at goodking.ca
2006-11-06 17:01:50 +00:00

26 lines
587 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/~msharpe/
MAINTAINER= leeym@FreeBSD.org
COMMENT= A random .signature generator with header file included
MAKEFILE= makefile
PLIST_FILES= bin/autosig
ALL_TARGET= ${PORTNAME}
pre-build:
${REINPLACE_CMD} -e 's,gcc,${CC} ${CFLAGS},g' ${WRKSRC}/makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>