mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a9f86cf03d
PR: 13629 Submitted by: maintainer
26 lines
521 B
Makefile
26 lines
521 B
Makefile
# New ports collection makefile for: tgif-j
|
|
# Version required: 4.0.17
|
|
# Date created: 8 Dec 1995
|
|
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ja-tgif-980222
|
|
PKGNAME= ja-tgif-4.1.16
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://home.jp.FreeBSD.org/~mita/LOCAL_PORTS/
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
|
|
RUN_DEPENDS= tgif:${PORTSDIR}/graphics/tgif
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/Tgif ${PREFIX}/lib/X11/app-defaults/
|
|
|
|
.include <bsd.port.mk>
|