freebsd-ports/x11-toolkits/gtkimageview/Makefile

31 lines
763 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkimageview
# Date created: 1 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkimageview
2009-12-26 10:41:25 +01:00
PORTVERSION= 1.6.4
PORTREVISION= 2
CATEGORIES= x11-toolkits
2009-12-26 10:41:25 +01:00
MASTER_SITES= LOCAL/kwm
# http://trac.bjourne.webfactional.com/
2009-12-26 10:41:25 +01:00
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>