2001-05-20 05:26:24 +02:00
|
|
|
# New ports collection makefile for: autosig
|
|
|
|
# Date created: 23 April 2001
|
2007-03-30 22:35:18 +02:00
|
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
2001-05-20 05:26:24 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= autosig
|
|
|
|
PORTVERSION= 2.3
|
|
|
|
CATEGORIES= mail
|
2006-11-06 18:01:50 +01:00
|
|
|
MASTER_SITES= http://www.irendi.com/~msharpe/
|
2001-05-20 05:26:24 +02:00
|
|
|
|
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:
|
2007-04-02 07:05:02 +02:00
|
|
|
${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/makefile
|
2001-05-20 05:26:24 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|