1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net/gtkhx/Makefile
Patrick Li 8ea9be01c0 Fix segfault, bump PORTREVISION
PR:		36376
Submitted by:	maintainer
2002-03-28 00:24:29 +00:00

31 lines
631 B
Makefile

# New ports collection makefile for: gtkhx
# Date created: 9 February 2002
# Whom: Josh Elsasser <jre@vineyard.net>
#
# $FreeBSD$
#
PORTNAME= gtkhx
PORTVERSION= 0.9.3
PORTREVISION= 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 \
intl.1:${PORTSDIR}/devel/gettext-old \
iconv.3:${PORTSDIR}/converters/libiconv
USE_XLIB= yes
USE_GLIB= yes
USE_GTK= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
MAN1= gtkhx.1
.include <bsd.port.mk>