1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/graphics/gnomecanvas/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
873 B
Makefile

# New ports collection makefile for: gnomecanvas
# Date created: 18 May 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomecanvas
PORTREVISION= 1
CATEGORIES= graphics gnome
COMMENT= A graphics library for GNOME
MASTERDIR= ${.CURDIR}/../gdk-pixbuf
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= gdkpixbuf gnomelibs
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-1.0/gdk-pixbuf && \
${INSTALL_DATA} ../gnome-canvas-pixbuf.h ${PREFIX}/include/gdk-pixbuf-1.0/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"