blob: 175f759416b053c41047b13d784b300de1f82cc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: sumikawa
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../../palm/jpilot
CATEGORIES= japanese
MAINTAINER= ports@FreeBSD.org
COMMENT= Desktop Organizer Software for the Palm Pilot (Japanized)
CONFLICTS= jpilot-[0-9]*
CONFIGURE_ARGS= --with-japanese
.include "${MASTERDIR}/Makefile"
|