1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/graphics/gview/Makefile
Chris Piazza 33656a71ce Add some CONFIGURE_ENV's so a static libintl doesn't get built in.
PR:		18527
Submitted by:	R\xe9mi Guyomarch <rguyom@321.net>
2000-05-15 19:11:15 +00:00

38 lines
924 B
Makefile

# New ports collection makefile for: gview
# Date created: 30 April 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= gview
PORTVERSION= 0.1.12
CATEGORIES= graphics
MASTER_SITES= http://gview.netpedia.net/ \
http://homepages.petech.ac.za/~bruces/ \
ftp://ftp.petech.ac.za/pub/viewers/ \
http://www.geocities.com/ResearchTriangle/Facility/1468/sg/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \
intl.1:${PORTSDIR}/devel/gettext
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GTK_CONFIG="${GTK_CONFIG}"
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/gview
.for file in AUTHORS BUGS COPYING ChangeLog NEWS README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview
.endfor
.endif
.include <bsd.port.mk>