1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/japanese/gal/Makefile
Yukihiro Nakai 608044953d Update for 0.4.1
PR:		ports/23713
Submitted by:	Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
2000-12-25 13:20:59 +00:00

20 lines
536 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= nakai@FreeBSD.org
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"