48318794ca
A big Thank You to the original contributors of these ports: * Alex Trull <freebsd.alex@trull.org> * Alonso Cardenas <acm@FreeBSD.org> * Boris Samorodov <bsam@FreeBSD.org> * David Shane Holden <dpejesh@yahoo.com> * Felix Palmen <felix@palmen-it.de> * Hirohisa Yamaguchi <umq@ueo.co.jp> * Kevin Bowling <kbowling@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com> * Matthias Andree * Matthias Fechner <mfechner@FreeBSD.org> * Oleg Sidorkin <osidorkin@gmail.com> * Oliver Lehmann * Radim Kolar <hsn@sendmail.cz> * Timothy Beyer <beyert@cs.ucr.edu> * hq@FreeBSD.org * johalun0@gmail.com * lev@FreeBSD.org * rooneg@electricjellyfish.net With hat: portmgr
21 lines
602 B
Makefile
21 lines
602 B
Makefile
#
|
|
# This is a set of Makefile macros which allow to build the
|
|
# localized language packages for devel/eric6:
|
|
# german/eric6, russian/eric6, devel/es-eric6
|
|
|
|
.include "${.CURDIR}/../../devel/eric6/bsd.eric6.mk"
|
|
|
|
PKGNAMEPREFIX= ${I18N_LANG}-
|
|
DISTNAME= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION}
|
|
|
|
COMMENT= ${I18N_LANG} i18n package for Eric6 IDE
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= ${DATADIR}/i18n/${PORTNAME}_${I18N_LANG}.qm
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/i18n
|
|
${INSTALL_DATA} ${WRKSRC}/eric/eric6/i18n/${PORTNAME}_${I18N_LANG}.qm ${STAGEDIR}${DATADIR}/i18n/
|
|
|
|
.include <bsd.port.mk>
|