blob: 4d5d645be65141ac971c34bcb6ae758c7643bbfe (
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
#
# $Id$
#
PKGNAME= ja-${DISTNAME}
MASTERDIR= ${.CURDIR}/../../net/ppxp
MAINTAINER= sada@FreeBSD.ORG
USE_TCLJP= yes
.include "${MASTERDIR}/Makefile"
|