summaryrefslogtreecommitdiff
path: root/graphics/gqview/Makefile
blob: 825936ff48f0fc32add6abc42d8b61603d3a7044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	gqview
# Version required:			0.6.0
# Date Created:				27 Oct 1998
# Whom:					Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.10 1999/03/15 05:59:15 nectar Exp $
#

DISTNAME=	gqview-0.6.0.src
PKGNAME=	gqview-0.6.0
CATEGORIES=	graphics
MASTER_SITES=	http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX=	.tgz

MAINTAINER=	nacai@iname.com

LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
		Imlib.3:${PORTSDIR}/graphics/imlib

USE_X_PREFIX=	yes

WRKSRC=		${WRKDIR}/${PKGNAME}
ALL_TARGET=	gqview
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config"


pre-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/gqview
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview/README
.endif

.include <bsd.port.mk>