blob: 0c8292393fcfa0b590392b65b973a67edefe23e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: Japanese gnome-core
# Date created: 28 October 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
# This port does not work with another version of master port.
#PORTVERSION= 1.4.0.4
CATEGORIES= japanese x11 gnome
MASTERDIR= ${.CURDIR}/../../x11/gnomecore
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
MAINTAINER= nakai@FreeBSD.org
BUILD_DEPENDS= gnome-libs-jp:${PORTSDIR}/japanese/gnomelibs
.include "${MASTERDIR}/Makefile"
|