1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/gview/Makefile

36 lines
820 B
Makefile
Raw Normal View History

# New ports collection makefile for: gview
# Date created: 30 April 1999
# Whom: Andrey Zakhvatov
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= gview
PORTVERSION= 0.1.14
CATEGORIES= graphics
MASTER_SITES= http://netpedia.net/hosting/gview/ \
1999-09-17 17:35:35 +00:00
http://homepages.petech.ac.za/~bruces/ \
ftp://ftp.petech.ac.za/pub/viewers/
2000-03-29 07:26:44 +00:00
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
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 ChangeLog NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview
.endfor
.endif
.include <bsd.port.mk>