1998-10-27 16:56:41 +00:00
|
|
|
# New ports collection makefile for: gqview
|
1999-05-29 04:20:45 +00:00
|
|
|
# Version required: 0.6.1
|
1999-03-15 05:59:16 +00:00
|
|
|
# Date Created: 27 Oct 1998
|
|
|
|
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
1999-07-04 15:59:12 +00:00
|
|
|
# $Id: Makefile,v 1.13 1999/05/29 04:20:45 steve Exp $
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
|
|
|
|
1999-07-04 15:59:12 +00:00
|
|
|
DISTNAME= gqview-0.7.0.src
|
|
|
|
PKGNAME= gqview-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/
|
1998-10-27 16:56:41 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
1999-01-12 16:51:33 +00:00
|
|
|
MAINTAINER= nacai@iname.com
|
1998-10-27 16:56:41 +00:00
|
|
|
|
1999-05-29 04:10:49 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
Imlib.4:${PORTSDIR}/graphics/imlib
|
|
|
|
|
|
|
|
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
|
1999-05-29 04:10:49 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1998-10-27 16:56:41 +00:00
|
|
|
|
1999-03-15 05:59:16 +00:00
|
|
|
pre-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gqview
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview/README
|
|
|
|
.endif
|
1998-10-27 16:56:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|