mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
16 lines
289 B
Makefile
16 lines
289 B
Makefile
# 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"
|