1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/guiloader/Makefile
2008-03-02 08:25:11 +00:00

28 lines
580 B
Makefile

# New ports collection makefile for: guiloader
# Date created: 11 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= guiloader
PORTVERSION= 2.10.0
CATEGORIES= devel gnome
MASTER_SITES= SF
MASTER_SITE_SUBDIR= crow-designer
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ binding to the GuiLoader library
USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= atk glib20 gtk20 pango
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/${PORTNAME}/Makefile.in
.include <bsd.port.mk>