diff options
-rw-r--r-- | japanese/ppxp/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/ppxp/Makefile b/japanese/ppxp/Makefile new file mode 100644 index 000000000000..4d5d645be651 --- /dev/null +++ b/japanese/ppxp/Makefile @@ -0,0 +1,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" |