freebsd-ports/graphics/gtkcairo/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

37 lines
871 B
Makefile

# New ports collection makefile for: gtkcairo
# Date created: 2004-10-06
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkcairo
PORTVERSION= 0.3
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ahze
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gtk+ bindings to cairo
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GNOME= gtk20 gnometarget gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
PLIST_FILES= include/gtkcairo.h \
lib/libgtkcairo.a \
lib/libgtkcairo.la \
lib/libgtkcairo.so \
lib/libgtkcairo.so.2 \
libdata/pkgconfig/gtkcairo.pc
post-patch:
@${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>