1995-01-03 04:12:58 -05:00
|
|
|
# New ports collection makefile for: acs
|
|
|
|
# Date created: 01 January 1995
|
1999-11-16 05:40:05 -05:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1995-01-03 04:12:58 -05:00
|
|
|
#
|
1999-08-25 00:58:03 -04:00
|
|
|
# $FreeBSD$
|
1995-04-11 16:13:02 -04:00
|
|
|
#
|
1995-01-03 04:12:58 -05:00
|
|
|
|
2000-04-08 19:24:42 -04:00
|
|
|
PORTNAME= acs
|
2000-12-15 07:15:37 -05:00
|
|
|
PORTVERSION= 0.28
|
1996-11-15 18:31:01 -05:00
|
|
|
CATEGORIES= cad
|
1999-11-16 05:40:05 -05:00
|
|
|
MASTER_SITES= http://www.geda.seul.org/dist/ \
|
|
|
|
http://www.geda.coelacanth.com/dist/ \
|
|
|
|
ftp://ftp.geda.seul.org/pub/geda/dist/
|
1995-05-02 05:00:12 -04:00
|
|
|
|
1999-11-16 05:40:05 -05:00
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
|
|
|
|
|
|
USE_NEWGCC= yes
|
|
|
|
MAKE_ENV= CCC="${CXX}"
|
1995-01-03 04:12:58 -05:00
|
|
|
|
2000-12-15 07:15:37 -05:00
|
|
|
post-extract:
|
|
|
|
${CP} ${FILESDIR}/acs.rc ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e "s;%%PREFIX%%;${PREFIX};g" ${WRKSRC}/src/md.h
|
|
|
|
|
1995-01-03 04:12:58 -05:00
|
|
|
.include <bsd.port.mk>
|