mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
38 lines
871 B
Makefile
38 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= 5
|
|
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>
|