blob: 4329b7ab4b23fe9e74fd20e5271f28090925ab61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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= 2
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.2:${PORTSDIR}/devel/gettext
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>
|