aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtksee/Makefile
blob: ade53893888be20746451918b08ff8e0edcda2a9 (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
# New ports collection makefile for:    gtksee
# Version required:     0.1.4
# Date created:         Sun Nov 22 12:08:18 CET 1998
# Whom:                 Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $Id: Makefile,v 1.4 1998/12/04 20:29:09 billf Exp $
#

DISTNAME=	gtksee-0.2.1
CATEGORIES=	graphics
MASTER_SITES=	http://www.pressroom.com/~mrc/gtksee/ \
		http://www.zg169.net/~hotaru/download/ \
		http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/

MAINTAINER=	ibex@physik.TU-Berlin.DE

LIB_DEPENDS=	gtk.1:${PORTSDIR}/x11-toolkits/gtk \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		png.2:${PORTSDIR}/graphics/png \
		tiff.4:${PORTSDIR}/graphics/tiff34

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \
		LDFLAGS=-L${PREFIX}/lib

.include <bsd.port.mk>