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
|
2002-03-26 07:59:47 +01:00
|
|
|
PORTVERSION= 0.9.3
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 4
|
2002-02-11 09:37:57 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtkhx
|
|
|
|
|
|
|
|
MAINTAINER= jre@vineyard.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A GTK+ version of Hx, a UNIX Hotline Client
|
2002-02-11 09:37:57 +01:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2002-02-11 09:37:57 +01:00
|
|
|
USE_XLIB= yes
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gdkpixbuf
|
2002-03-17 17:23:38 +01:00
|
|
|
USE_GMAKE= yes
|
2002-02-11 09:37:57 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
|
|
|
|
|
|
|
|
MAN1= gtkhx.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|