mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# New ports collection makefile for: acs
|
|
# Date created: 01 January 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= acs
|
|
PORTVERSION= 0.26
|
|
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>
|