2002-02-11 09:37:57 +01:00
|
|
|
# New ports collection makefile for: gtkhx
|
|
|
|
# Date created: 9 February 2002
|
|
|
|
# Whom: Josh Elsasser <jre@vineyard.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkhx
|
|
|
|
PORTVERSION= 0.9.1
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtkhx
|
|
|
|
|
|
|
|
MAINTAINER= jre@vineyard.net
|
|
|
|
|
|
|
|
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf:install \
|
2002-03-15 20:44:29 +01:00
|
|
|
intl.1:${PORTSDIR}/devel/gettext-old \
|
2002-02-11 09:37:57 +01:00
|
|
|
iconv.2:${PORTSDIR}/converters/iconv:install
|
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GLIB= yes
|
|
|
|
USE_GTK= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
|
|
|
|
|
|
|
|
MAN1= gtkhx.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|