1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/libgee/Makefile
Koop Mast 50cfe11907 Update to 0.12.0.
Use USES=libtool to prevent shared library change.
Use USE_GNOME introspection component instead of manual BUILD_DEPEND line.
Stagify and strip library.

PR:		ports/186784
Submitted by:	olivierd@
2014-02-16 14:49:56 +00:00

24 lines
560 B
Makefile

# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
# $MCom: ports/trunk/devel/libgee/Makefile 19007 2014-02-16 10:11:57Z kwm $
PORTNAME= libgee
PORTVERSION= 0.12.0
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= GObject collection library
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
USE_XZ= yes
USES= gmake libtool pathfix pkgconfig
USE_GNOME= glib20 gnomehier introspection:build
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>