aboutsummaryrefslogtreecommitdiffstats
path: root/devel/guiloader/Makefile
blob: 829e78c300d2dc905ac735fc43f4103d8ce2261d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$

PORTNAME=   guiloader
PORTVERSION=    2.19.0
PORTREVISION=   1
CATEGORIES= devel gnome
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= ports@FreeBSD.org
COMMENT=    A high-performance and compact GuiXml loader library

PROJECTHOST=    nothing-personal
USE_BZIP2=  yes
USES=        pathfix gettext
USE_GNOME=  gtk20
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-hidden-visibility
USE_LDCONFIG=   yes

.include <bsd.port.mk>