freebsd-ports/devel/guiloader-c++/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
647 B
Makefile

# New ports collection makefile for: guiloader-c++
# Date created: 11 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= guiloader-c++
PORTVERSION= 2.12.0
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= SF/crow-designer
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ binding to the GuiLoader library
BUILD_DEPENDS= guiloader>=2.12.0:${PORTSDIR}/devel/guiloader
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
RUN_DEPENDS= guiloader>=2.12.0:${PORTSDIR}/devel/guiloader
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget gtk20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>