1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/gview/Makefile
Michael Haro 009c17dc74 Update to 0.1.6.
PR: 11971
Submitted by: cpiazza@home.net
1999-06-02 05:09:29 +00:00

33 lines
797 B
Makefile

# New ports collection makefile for: gview
# Version required: 0.1.6
# Date created: 30 April 1999
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.2 1999/05/29 04:05:24 steve Exp $
#
DISTNAME= gview-0.1.6
CATEGORIES= graphics
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \
intl.1:${PORTSDIR}/devel/gettext
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= 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>