1998-10-27 16:56:41 +00:00
|
|
|
# New ports collection makefile for: gqview
|
1999-03-15 05:59:16 +00:00
|
|
|
# Version required: 0.6.0
|
|
|
|
# Date Created: 27 Oct 1998
|
|
|
|
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
1999-03-15 18:30:06 +00:00
|
|
|
# $Id: Makefile,v 1.10 1999/03/15 05:59:15 nectar Exp $
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
|
|
|
|
1999-03-15 05:59:16 +00:00
|
|
|
DISTNAME= gqview-0.6.0.src
|
|
|
|
PKGNAME= gqview-0.6.0
|
1998-10-27 16:56:41 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
1999-01-12 16:51:33 +00:00
|
|
|
MAINTAINER= nacai@iname.com
|
1998-10-27 16:56:41 +00:00
|
|
|
|
1999-03-15 05:59:16 +00:00
|
|
|
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-03-15 18:30:06 +00:00
|
|
|
Imlib.3:${PORTSDIR}/graphics/imlib
|
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-03-15 05:59:16 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-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>
|