freebsd-ports/korean/gtkcomm/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
657 B
Makefile

# New ports collection makefile for: gtkcomm
# Date created: 05 Jun 1999
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= gtkcomm
PORTVERSION= 0.6.4
PORTREVISION= 5
CATEGORIES= korean comms
MASTER_SITES= http://download.kldp.net/gtkcomm/
MAINTAINER= cjh@kr.freebsd.org
COMMENT= Serial controlling software, with gtk+ widget
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
USE_PERL5_BUILD=yes
USE_GNOME= imlib
GNU_CONFIGURE= yes
pre-patch:
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>