1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-toolkits/gtkimageview/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

31 lines
763 B
Makefile

# New ports collection makefile for: gtkimageview
# Date created: 1 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkimageview
PORTVERSION= 1.6.4
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= LOCAL/kwm
# http://trac.bjourne.webfactional.com/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Simple image viewer widget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GNOME= gtk20
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/^gtkimageview-marshal.[ch]:/s|$$[(]GLIB_GENMARSHAL[)]||'\
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e '/^CFLAGS/s|-Werror||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^pkgconfigdir/s|=.*|=${PREFIX}/libdata/pkgconfig|'\
${WRKSRC}/Makefile.in
.include <bsd.port.mk>