blob: fbba79fa89e79b7222e74f83d43acb1ffd9f3f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: 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
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|