20 lines
415 B
Makefile
20 lines
415 B
Makefile
# New ports collection makefile for: jpilot (japanized)
|
|
# Date created: Tue Aug 31 23:23:00 JST 1999
|
|
# Whom: sumikawa
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../palm/jpilot
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
|
COMMENT= Desktop Organizer Software for the Palm Pilot (Japanized)
|
|
|
|
CONFLICTS= jpilot-[0-9]*
|
|
|
|
CONFIGURE_ARGS= --with-japanese
|
|
|
|
.include "${MASTERDIR}/Makefile"
|