1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/libgsf/Makefile
Koop Mast 55d4bce26e Update libgsf to 1.14.44.
* Add license
* add WWW in pkg-descr
2018-09-25 20:15:54 +00:00

26 lines
651 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= libgsf
PORTVERSION= 1.14.44
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Extensible I/O abstraction for dealing with structured file formats
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
USES= gettext gmake gnome 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>