freebsd-ports/devel/libgsf/Makefile
Baptiste Daroussin fc8db88d9d Update to 1.14.41
2017-04-01 22:59:22 +00:00

20 lines
521 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= libgsf
PORTVERSION= 1.14.41
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Extensible I/O abstraction for dealing with structured file formats
USES= gettext gmake libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 intlhack introspection:build libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --enable-introspection
.include <bsd.port.mk>