mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
97fccae1c1
PR: 31727 Reviewed by: maintainer
25 lines
512 B
Makefile
25 lines
512 B
Makefile
# 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.2.6
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.southern-storm.com.au/download/
|
|
|
|
MAINTAINER= ahze@ahze.net
|
|
|
|
BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= cscc.1 csdoc.1 csdoc2html.1 csdoc2texi.1 ilasm.1 \
|
|
ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilsize.1 \
|
|
resgen.1
|
|
|
|
.include <bsd.port.mk>
|