freebsd-ports/net/gtkhx/Makefile
Joe Marcus Clarke 186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00

27 lines
551 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= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkhx
MAINTAINER= jre@vineyard.net
COMMENT= A GTK+ version of Hx, a UNIX Hotline Client
USE_GETTEXT= yes
USE_XLIB= yes
USE_GNOME= gdkpixbuf
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
MAN1= gtkhx.1
.include <bsd.port.mk>