aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kanjipad/Makefile
blob: a792b1a544a582ddab12b0674e743c29d2bfe637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    kanjipad
# Date created:     30 March 2002
# Whom:         Christophe Juniet <cjuniet@entreview.com>
#
# $FreeBSD$
#

PORTNAME=   kanjipad
PORTVERSION=    1.2.1
CATEGORIES= japanese x11
MASTER_SITES=   ftp://ftp.gtk.org/pub/users/otaylor/kanjipad/

MAINTAINER= cjuniet@entreview.com

USE_X_PREFIX=   yes
USE_XLIB=   yes
USE_GNOMENG=    yes
USE_GNOME=  gtk12
USE_PERL5=  yes

post-install:
    strip ${PREFIX}/bin/kanjipad
    strip ${PREFIX}/bin/kpengine

.include <bsd.port.mk>