1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/japanese/kanjipad/Makefile
Mario Sergio Fujikawa Ferreira 67c68a561e Deploy USE_GNOMENG infrastructure
PR:		42203
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:56:41 +00:00

26 lines
485 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
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>