blob: c5047d909db2c8648c3629707cf4e7ace4e60e3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: acs
# Version required: 0.21
# Date created: 01 January 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.8 1996/08/15 06:21:43 tg Exp $
#
DISTNAME= acs021
PKGNAME= acs-0.21
CATEGORIES= cad
MASTER_SITES= ftp://mammoth.lle.rochester.edu/pub/local/acs/ \
ftp://cs.rit.edu/pub/acs/ \
ftp://ee.rochester.edu/pub/acs/
EXTRACT_SUFX= .tgz
MAINTAINER= tg@freebsd.org
.include <bsd.port.mk>
|