mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f18cbf2fa6
- switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
30 lines
583 B
Makefile
30 lines
583 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= 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>
|