aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gqview/Makefile
blob: 69bcde950348da18751e31f37296d06ee7fea7b7 (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
34
35
# New ports collection makefile for:    gqview
# Version required:         0.6.1
# Date Created:             27 Oct 1998
# Whom:                 Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.12 1999/05/29 04:10:28 steve Exp $
#

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

MAINTAINER= nacai@iname.com

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

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

USE_X_PREFIX=   yes

WRKSRC=     ${WRKDIR}/${PKGNAME}
ALL_TARGET= gqview
CONFIGURE_ENV=  GTK_CONFIG="${GTK_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>