mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
053fdb6a6b
(Part 2)
27 lines
526 B
Makefile
27 lines
526 B
Makefile
# New ports collection makefile for: kanjipad
|
|
# Date created: 30 March 2002
|
|
# Whom: Christophe Juniet <cjuniet@entreview.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kanjipad
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese x11
|
|
MASTER_SITES= ftp://ftp.gtk.org/pub/users/otaylor/kanjipad/
|
|
|
|
MAINTAINER= cjuniet@entreview.com
|
|
COMMENT= Japanese Handwriting recognition
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XLIB= yes
|
|
USE_GNOME= gtk12
|
|
USE_PERL5= yes
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/kanjipad
|
|
strip ${PREFIX}/bin/kpengine
|
|
|
|
.include <bsd.port.mk>
|