2000-11-02 05:32:07 +01:00
|
|
|
# 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.
|
|
|
|
CATEGORIES= japanese x11-toolkits gnome
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11-toolkits/gal
|
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-11-02 05:32:07 +01:00
|
|
|
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2003-11-20 14:51:47 +01:00
|
|
|
|
2000-12-25 14:20:59 +01:00
|
|
|
post-patch:
|
|
|
|
perl -pi -e 's/gdk_font_load(\s)\(.*\)/gdk_fontset_load$$1\("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"\)/' \
|
2003-11-13 15:45:08 +01:00
|
|
|
`${FIND} ${WRKSRC} -name "*.c" -print`
|
2000-12-25 14:20:59 +01:00
|
|
|
|
2000-11-02 05:32:07 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|