blob: 2c86adcb3c2c9bd8de2bc36edd9a44d9accdcd10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: ppxp
# Date created: 01 Jan 1999
# Whom: sada@FreeBSD.org
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../net/ppxp
MAINTAINER= sada@FreeBSD.org
USE_TCLJP= yes
.include "${MASTERDIR}/Makefile"
|