1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/graphics/goocanvasmm/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
640 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/graphics/goocanvasmm/Makefile,v 1.4 2010/10/29 10:27:45 kwm Exp $
PORTNAME= goocanvasmm
PORTVERSION= 0.15.4
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= C++ bindings for the goocanvas widget for GTK
LIB_DEPENDS= libgoocanvas.so:graphics/goocanvas
PORTSCOUT= ignore:1
USES= gmake libtool pathfix pkgconfig tar:bzip2
USE_GNOME= gtkmm24
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-documentation
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvasmm-1.0.so.*
.include <bsd.port.mk>