mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# 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>
|