blob: eff118c4b1af11d7b0e17b1dabee09ae4922e3d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: acs
# Version required: 0.25
# Date created: 01 January 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= acs-0.25
CATEGORIES= cad
MASTER_SITES= http://www.geda.seul.org/dist/ \
http://www.geda.coelacanth.com/dist/ \
ftp://ftp.geda.seul.org/pub/geda/dist/
MAINTAINER= tg@FreeBSD.org
USE_NEWGCC= yes
MAKE_ENV= CCC="${CXX}"
.include <bsd.port.mk>
|