mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
84c78de2a9
Add gdkpixbuf2 to depend [1], also sort USE_GNOME. Enable stage support. PR: ports/181727 Submitted by: pawel@
24 lines
618 B
Makefile
24 lines
618 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/devel/libgsf/Makefile 18634 2013-07-26 10:42:35Z kwm $
|
|
|
|
PORTNAME= libgsf
|
|
PORTVERSION= 1.14.28
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Extensible I/O abstraction for dealing with structured file formats
|
|
|
|
USE_XZ= yes
|
|
USES= gettext gmake pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \
|
|
libxml2 ltverhack
|
|
USE_AUTOTOOLS= libtool
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|