blob: fd09ac1f5491fc49000461b7f603ba92b7abfb1b (
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
25
26
27
|
# Ports collection makefile for: pnet
# Date created: Fri Jul 13 01:08:14 EDT 2001
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= pnet
PORTVERSION= 0.1.2
CATEGORIES= lang
MASTER_SITES= http://www.southern-storm.com.au/download/
MAINTAINER= ahze@ahze.net
BUILD_DEPENDS= ${LOCALBASE}/bin/treecc:${PORTSDIR}/lang/treecc
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= ilasm.1 \
ildasm.1 \
ilsize.1 \
ilnative.1 \
ilfind.1 \
cscc.1 \
resgen.1
.include <bsd.port.mk>
|