- Update devel/guiloader-c++ to version 2.13.1 - Update devel/crow to version 2.13.0 PR: 131845 Submitted by: Ports Fury
27 lines
685 B
Makefile
27 lines
685 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.13.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= SF/crow-designer
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A C++ binding to the GuiLoader library
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost \
|
|
guiloader>=2.13.0:${PORTSDIR}/devel/guiloader
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
RUN_DEPENDS= guiloader>=2.13.0:${PORTSDIR}/devel/guiloader
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gtk20
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|