blob: af17e87a9c2fea3f5c85c613d89c431444cbacf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: ppxp
# Version required: depend on ports/net/ppxp
# Date created: 01 Jan 1999
# Whom: sada@FreeBSD.ORG
#
# $FreeBSD$
#
PKGNAME= ja-${DISTNAME}
MASTERDIR= ${.CURDIR}/../../net/ppxp
MAINTAINER= sada@FreeBSD.ORG
USE_TCLJP= yes
.include "${MASTERDIR}/Makefile"
|