2007-05-27 23:47:33 +02:00
|
|
|
# New ports collection makefile for: guiloader
|
|
|
|
# Date created: 11 May 2007
|
2007-07-05 09:21:24 +02:00
|
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
2007-05-27 23:47:33 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= guiloader
|
2010-09-18 17:59:38 +02:00
|
|
|
PORTVERSION= 2.19.0
|
2007-05-27 23:47:33 +02:00
|
|
|
CATEGORIES= devel gnome
|
2010-06-09 10:14:51 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2007-05-27 23:47:33 +02:00
|
|
|
|
2008-03-02 09:25:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-04-04 14:34:39 +02:00
|
|
|
COMMENT= A high-performance and compact GuiXml loader library
|
2007-05-27 23:47:33 +02:00
|
|
|
|
2010-06-09 10:14:51 +02:00
|
|
|
PROJECTHOST= nothing-personal
|
2007-05-27 23:47:33 +02:00
|
|
|
USE_BZIP2= yes
|
2009-02-27 14:59:35 +01:00
|
|
|
USE_GNOME= gnomehack gtk20
|
2007-05-27 23:47:33 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
2008-04-04 14:34:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2009-06-18 14:26:37 +02:00
|
|
|
CONFIGURE_ARGS= --disable-hidden-visibility
|
2008-04-04 14:34:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-05-27 23:47:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|