mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
28 lines
659 B
Makefile
28 lines
659 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= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= C++ bindings for the goocanvas widget for GTK
|
|
|
|
LIB_DEPENDS= libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
USES= gmake libtool:keepla 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>
|