2001-05-20 05:26:24 +02:00
|
|
|
# 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/
|
|
|
|
|
2002-08-19 10:01:34 +02:00
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A random .signature generator with header file included
|
2001-05-20 05:26:24 +02:00
|
|
|
|
|
|
|
MAKEFILE= makefile
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/autosig
|
2001-05-20 05:26:24 +02:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
pre-build:
|
2002-11-04 04:05:48 +01:00
|
|
|
${REINPLACE_CMD} -e 's,gcc,${CC} ${CFLAGS},g' ${WRKSRC}/makefile
|
2001-05-20 05:26:24 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|