freebsd-ports/korean/gau/Makefile
Mark Linimon 6295c721b7 Remove usage of OSVERSION in BROKEN message. I introduced this usage but
have declared it to be bogus.

Hat:		portmgr
2006-09-18 04:27:06 +00:00

37 lines
912 B
Makefile

# New ports collection makefile for: gau
# Date created: 23 Jul 1998
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= gau
PORTVERSION= 0.4.1
PORTREVISION= 4
CATEGORIES= korean comms
MASTER_SITES= http://www.kr.freebsd.org/~hwang/gau/
PATCH_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
PATCHFILES= gau-0.4.1.patch gau-0.4.1-rc.patch gau-0.4.1-grim_show.patch \
gau-0.4.1-script.patch gau-0.4.1-warning.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= cjh@FreeBSD.org
COMMENT= Gtk-based Hangul terminal emulator (for modem/tcp)
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \
${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= Does not compile on FreeBSD > 5.0
.endif
.include <bsd.port.post.mk>