de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
33 lines
763 B
Makefile
33 lines
763 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= 8
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} > 900007
|
|
BROKEN= fails to build with new utmpx
|
|
.endif
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.post.mk>
|