mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
dce9dac9ed
PR: 19857 Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
27 lines
576 B
Makefile
27 lines
576 B
Makefile
# New ports collection makefile for: tgif-j
|
|
# Date created: 8 Dec 1995
|
|
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tgif
|
|
PORTVERSION= 4.1.34
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://home.jp.FreeBSD.org/~mita/LOCAL_PORTS/
|
|
DISTNAME= ja-${PORTNAME}-980222
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
|
|
RUN_DEPENDS= tgif:${PORTSDIR}/graphics/tgif-nls
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
|
|
${INSTALL_DATA} ${WRKSRC}/Tgif ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/
|
|
|
|
.include <bsd.port.mk>
|