mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
578 B
Makefile
26 lines
578 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.5.10
|
|
CATEGORIES= korean comms
|
|
MASTER_SITES= http://kldp.org/~namsh/tools/gtkcomm/
|
|
|
|
MAINTAINER= cjh@kr.freebsd.org
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's^-l(pthread|c_r)^-pthread^g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|