1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/japanese/gal/Makefile
Kris Kennaway 094bad7918 This port only exists to support ja-gnomelibs which is expiring in a month.
Schedule for termination at the same time.
2007-02-12 17:37:31 +00:00

25 lines
656 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.
CATEGORIES= japanese x11-toolkits gnome
MASTERDIR= ${.CURDIR}/../../x11-toolkits/gal
MAINTAINER= ports@FreeBSD.org
DEPRECATED= Only exists to support ja-gnomelibs which is going away
EXPIRATION_DATE=2007-03-10
USE_PERL5_BUILD=yes
post-patch:
perl -pi -e 's/gdk_font_load(\s)\(.*\)/gdk_fontset_load$$1\("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"\)/' \
`${FIND} ${WRKSRC} -name "*.c" -print`
.include "${MASTERDIR}/Makefile"