19 lines
430 B
Makefile
19 lines
430 B
Makefile
# New ports collection makefile for: gal
|
|
# Date created: 30 October 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# This port does not work with another version of master port.
|
|
#PORTVERSION= 0.2.1
|
|
CATEGORIES= japanese x11-toolkits gnome
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11-toolkits/gal
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
.include "${MASTERDIR}/Makefile"
|