freebsd-ports/devel/libgee/Makefile
Koop Mast 22b5d0c121 Update libgee to 0.8.1.
* Add license
* Add missing gettext depends

PR:		214689
Submitted by:	olivierd@
2017-06-02 11:55:08 +00:00

26 lines
536 B
Makefile

# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
PORTNAME= libgee
PORTVERSION= 0.18.1
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= GObject collection library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
PORTSCOUT= limitw:1,even
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>