1999-05-03 04:21:33 +00:00
|
|
|
# New ports collection makefile for: gview
|
|
|
|
# Date created: 30 April 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 04:21:33 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gview
|
2000-05-29 21:40:04 +00:00
|
|
|
PORTVERSION= 0.1.14
|
1999-05-03 04:21:33 +00:00
|
|
|
CATEGORIES= graphics
|
2000-05-29 21:40:04 +00:00
|
|
|
MASTER_SITES= http://netpedia.net/hosting/gview/ \
|
1999-09-17 17:35:35 +00:00
|
|
|
http://homepages.petech.ac.za/~bruces/ \
|
2000-05-29 21:40:04 +00:00
|
|
|
ftp://ftp.petech.ac.za/pub/viewers/
|
1999-05-03 04:21:33 +00:00
|
|
|
|
2000-03-29 07:26:44 +00:00
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
1999-05-03 04:21:33 +00:00
|
|
|
|
2000-05-29 21:40:04 +00:00
|
|
|
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
|
1999-05-29 04:05:48 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-05-03 04:21:33 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-05-15 19:11:15 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}"
|
1999-05-03 04:21:33 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-05-29 21:40:04 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gview
|
|
|
|
.for file in AUTHORS BUGS ChangeLog NEWS README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview
|
1999-05-03 04:21:33 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|