2002-02-11 08:37:57 +00:00
|
|
|
# New ports collection makefile for: gtkhx
|
|
|
|
# Date created: 9 February 2002
|
|
|
|
# Whom: Josh Elsasser <jre@vineyard.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkhx
|
2002-03-26 06:59:47 +00:00
|
|
|
PORTVERSION= 0.9.3
|
2002-04-12 17:10:20 +00:00
|
|
|
PORTREVISION= 2
|
2002-02-11 08:37:57 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtkhx
|
|
|
|
|
|
|
|
MAINTAINER= jre@vineyard.net
|
|
|
|
|
2002-09-03 01:06:26 +00:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
2002-02-11 08:37:57 +00:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
2002-09-03 01:06:26 +00:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gdkpixbuf
|
2002-03-17 16:23:38 +00:00
|
|
|
USE_GMAKE= yes
|
2002-02-11 08:37:57 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
|
|
|
|
|
|
|
|
MAN1= gtkhx.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|