blob: eec089a523f879ec7ffc60923f8f3fc86e8f2f98 (
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
|
# New ports collection makefile for: guiloader
# Date created: 11 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= guiloader
PORTVERSION= 2.10.1
CATEGORIES= devel gnome
MASTER_SITES= SF/crow-designer
MAINTAINER= ports@FreeBSD.org
COMMENT= A high-performance and compact GuiXml loader library
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|