29 lines
787 B
Makefile
29 lines
787 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 00:11:45 obache Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= ${PKGNAME:S/pl/-/}
|
||
|
PKGNAME= scim-tables-vietnamese-ext-0.5.6pl17
|
||
|
CATEGORIES= inputmethod
|
||
|
MASTER_SITES= http://scim-tables-vietnamese-ext.googlecode.com/files/
|
||
|
|
||
|
MAINTAINER= obache@NetBSD.org
|
||
|
HOMEPAGE= http://code.google.com/p/scim-tables-vietnamese-ext/
|
||
|
COMMENT= Scim table for Telex/VNI Vietnamese Input Method
|
||
|
LICENSE= gnu-gpl-v2 OR artistic # ${PERL_LICENSE}
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
DEPENDS+= scim-tables-[0-9]*:../../inputmethod/scim-tables
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/${PKGBASE}
|
||
|
USE_LANGUAGES= # none
|
||
|
|
||
|
BUILD_TARGET= compile-telex compile-vni
|
||
|
|
||
|
SUBST_CLASSES+= prefix
|
||
|
SUBST_STAGE.prefix= do-configure
|
||
|
SUBST_FILES.prefix= Makefile
|
||
|
SUBST_SED.prefix= -e 's|/usr|${PREFIX}|g'
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|