mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
27 lines
542 B
Makefile
27 lines
542 B
Makefile
# Created by: Frank Steinborn <steinex@nognu.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgee
|
|
PORTVERSION= 0.20.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 gnome libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= glib20 introspection:build
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|