mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2f8a8d10af
- Update devel/guiloader-c++ to version 2.13.1 - Update devel/crow to version 2.13.0 PR: 131845 Submitted by: Ports Fury
24 lines
461 B
Makefile
24 lines
461 B
Makefile
# New ports collection makefile for: guiloader
|
|
# Date created: 11 May 2007
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= guiloader
|
|
PORTVERSION= 2.13.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 gtk20
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|