freebsd-ports/graphics/libgnomecanvas/Makefile
Ade Lovett bf774b0f98 Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and the
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.

Submitted by:	sobomax (with extensive patches - complain to me)
2001-05-21 02:29:52 +00:00

34 lines
870 B
Makefile

# New ports collection makefile for: gnomecanvas
# Date created: 18 May 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomecanvas
CATEGORIES= graphics gnome
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
MASTERDIR= ${.CURDIR}/../gdk-pixbuf
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOMELIBS= yes
BUILD_CANVAS= yes
NAME= gnomecanvaspixbuf
do-install:
${INSTALL_DATA} ${WRKSRC}/${NAME}Conf.sh ${PREFIX}/etc
cd ${WRKSRC}/gdk-pixbuf/.libs && \
${MKDIR} ${PREFIX}/include/gdk-pixbuf/ && \
${INSTALL_DATA} ../gnome-canvas-pixbuf.h ${PREFIX}/include/gdk-pixbuf/ && \
${INSTALL_DATA} lib${NAME}.a ${PREFIX}/lib && \
${INSTALL_PROGRAM} lib${NAME}.so.1 ${PREFIX}/lib && \
${LN} -sf lib${NAME}.so.1 ${PREFIX}/lib/lib${NAME}.so
.include "${MASTERDIR}/Makefile"