blob: 271d787ccfde5df2888952177bfd21c6445d566a (
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$
#
CATEGORIES= japanese
MASTERDIR= ${.CURDIR}/../../net/ppxp
WITH_TCLJP= yes
.include "${MASTERDIR}/Makefile"
|