2000-05-01 04:56:11 +02:00
|
|
|
# New ports collection makefile for: gtkcomm
|
|
|
|
# Date created: 05 Jun 1999
|
|
|
|
# Whom: CHOI Junho <cjh@kr.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkcomm
|
2002-07-09 13:38:40 +02:00
|
|
|
PORTVERSION= 0.6.4
|
2000-05-01 04:56:11 +02:00
|
|
|
CATEGORIES= korean comms
|
2002-07-09 13:38:40 +02:00
|
|
|
MASTER_SITES= http://download.kldp.net/gtkcomm/
|
2000-05-01 04:56:11 +02:00
|
|
|
|
|
|
|
MAINTAINER= cjh@kr.freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Serial controlling software, with gtk+ widget
|
2000-05-01 04:56:11 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
|
|
|
|
2000-10-05 08:57:56 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-05-05 08:29:39 +02:00
|
|
|
USE_GNOME= imlib
|
2000-10-05 08:57:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
|
2000-10-05 08:57:56 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2000-05-01 04:56:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|