blob: 1893f899a43d703d4c6cc838c915a79bc506e57e (
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: tgif-j
# Date created: 8 Dec 1995
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tgif
PORTVERSION= 4.1.16
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
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/Tgif ${PREFIX}/lib/X11/app-defaults/
.include <bsd.port.mk>
|