1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/autosig/Makefile
Yen-Ming Lee d99dbad3de change my email address to leeym@FreeBSD.org
Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
2002-08-19 08:01:34 +00:00

25 lines
483 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@FreeBSD.org
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>