blob: b963a08578f99af83a1544db175565cc416a1a4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: apc
# Version required: 1.0.1-beta
# Date created: May 1 1997
# Whom: Eric A. Griff <eagriff@global2000.net>
#
# $Id$
#
DISTNAME= apc-1.0.1-beta
PKGNAME= apc-1.0.1b
CATEGORIES= math
MASTER_SITES= http://members.global2000.net/~eagriff/
MAINTAINER= eagriff@global2000.net
LIB_DEPENDS= xforms\\.0\\.86:${PORTSDIR}/x11/xforms
ALL_TARGET= apc
USE_X11= YES
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/apc ${PREFIX}/bin/
.include <bsd.port.mk>
|