1998-10-27 16:56:41 +00:00
|
|
|
# New ports collection makefile for: gqview
|
1999-03-15 05:59:16 +00:00
|
|
|
# Date Created: 27 Oct 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gqview
|
|
|
|
PORTVERSION= 0.7.0
|
1998-10-27 16:56:41 +00:00
|
|
|
CATEGORIES= graphics
|
1999-05-29 04:20:45 +00:00
|
|
|
MASTER_SITES= http://gqview.netpedia.net/ \
|
|
|
|
http://www.geocities.com/SiliconValley/Haven/5235/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= ${PKGNAME}.src
|
1998-10-27 16:56:41 +00:00
|
|
|
|
2000-01-07 02:27:48 +00:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1998-10-27 16:56:41 +00:00
|
|
|
|
1999-05-29 04:10:49 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-10-08 03:30:33 +00:00
|
|
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
1999-05-29 04:10:49 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-10-27 16:56:41 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-03-15 05:59:16 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
1998-10-27 16:56:41 +00:00
|
|
|
ALL_TARGET= gqview
|
2000-01-22 11:46:45 +00:00
|
|
|
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1998-10-27 16:56:41 +00:00
|
|
|
|
2000-01-22 11:46:45 +00:00
|
|
|
post-install:
|
1999-03-15 05:59:16 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gqview
|
2000-01-22 11:46:45 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
|
1999-03-15 05:59:16 +00:00
|
|
|
.endif
|
1998-10-27 16:56:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|