freebsd-ports/graphics/goocanvas/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

25 lines
569 B
Makefile

# New ports collection makefile for: goocanvas
# Date created: 2006-09-20
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/graphics/goocanvas/Makefile,v 1.1 2006/09/21 00:08:36 ahze Exp $
PORTNAME= goocanvas
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SOURCEFORGE
MAINTAINER= ahze@FreeBSD.org
COMMENT= Canvas widget for GTK+
USE_GNOME= gtk20 gnomehack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
${WRKSRC}/configure
.include <bsd.port.mk>