mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
673 B
Makefile
29 lines
673 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= 3
|
|
CATEGORIES= korean comms
|
|
MASTER_SITES= http://download.kldp.net/gtkcomm/
|
|
|
|
MAINTAINER= cjh@kr.freebsd.org
|
|
COMMENT= Serial controlling software, with gtk+ widget
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
|
|
|
USE_X_PREFIX= yes
|
|
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>
|