1999-05-03 06:21:33 +02:00
|
|
|
# New ports collection makefile for: gview
|
1999-08-20 08:11:16 +02:00
|
|
|
# Version required: 0.1.9
|
1999-05-03 06:21:33 +02:00
|
|
|
# Date created: 30 April 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-20 08:11:16 +02:00
|
|
|
# $Id: Makefile,v 1.3 1999/06/02 05:09:26 mharo Exp $
|
1999-05-03 06:21:33 +02:00
|
|
|
#
|
|
|
|
|
1999-08-20 08:11:16 +02:00
|
|
|
DISTNAME= gview-0.1.9
|
1999-05-03 06:21:33 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/
|
|
|
|
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
|
1999-05-29 06:05:48 +02:00
|
|
|
LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-05-03 06:21:33 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-05-29 06:05:48 +02:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-05-03 06:21:33 +02:00
|
|
|
|
|
|
|
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>
|