diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 02:56:11 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 02:56:11 +0000 |
commit | 0fa57e670dc4134610743a0ccb14d8087ad7eeea (patch) | |
tree | 5c3918065055020a4072f1541c2c079cb45b0ff9 /korean/gtkcomm/Makefile | |
parent | 57933769b76f92a74946cd6d93646d0481abf6dd (diff) | |
download | FreeBSD-ports-0fa57e670dc4134610743a0ccb14d8087ad7eeea.zip FreeBSD-ports-0fa57e670dc4134610743a0ccb14d8087ad7eeea.tar.gz |
Adding ko-gtkcomm version 0.5.7.
A gtk-based widget for controlling serial ports.
PR: 17332
Submitted by: CHOI Junho <cjh@kr.freebsd.org>
Diffstat (limited to 'korean/gtkcomm/Makefile')
-rw-r--r-- | korean/gtkcomm/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile new file mode 100644 index 0000000..7f519de --- /dev/null +++ b/korean/gtkcomm/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gtkcomm +# Date created: 05 Jun 1999 +# Whom: CHOI Junho <cjh@kr.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= gtkcomm +PORTVERSION= 0.5.7 +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 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + Imlib.5:${PORTSDIR}/graphics/imlib + +USE_X_PREFIX= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ + GTK_CONFIG=${X11BASE}/bin/gtk12-config + +.include <bsd.port.mk> |