1999-01-08 14:18:43 +00:00
|
|
|
# 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>
|
1998-12-01 21:03:18 +00:00
|
|
|
#
|
1999-04-22 07:42:49 +00:00
|
|
|
# $Id: Makefile,v 1.10 1999/04/11 22:50:09 dirk Exp $
|
1998-12-01 21:03:18 +00:00
|
|
|
#
|
|
|
|
|
1999-04-11 22:50:10 +00:00
|
|
|
DISTNAME= gtksee-0.2.2
|
1998-12-01 21:03:18 +00:00
|
|
|
CATEGORIES= graphics
|
1998-12-04 20:29:09 +00:00
|
|
|
MASTER_SITES= http://www.pressroom.com/~mrc/gtksee/ \
|
1998-12-25 14:41:09 +00:00
|
|
|
http://www.zg169.net/~hotaru/gtksee/ \
|
1998-12-01 21:47:45 +00:00
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
1998-12-01 21:03:18 +00:00
|
|
|
|
1999-01-08 14:18:43 +00:00
|
|
|
MAINTAINER= dirk@FreeBSD.ORG
|
1998-12-01 21:03:18 +00:00
|
|
|
|
1999-04-22 07:42:49 +00:00
|
|
|
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
|
1998-12-01 21:03:18 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-01-23 07:05:35 +00:00
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
1998-12-04 20:29:09 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff34
|
1999-04-11 22:50:10 +00:00
|
|
|
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
|
|
|
|
bzip2:${PORTSDIR}/archivers/bzip2
|
1998-12-01 21:03:18 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1998-12-06 14:51:51 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \
|
1999-04-22 07:42:49 +00:00
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
1998-12-01 21:03:18 +00:00
|
|
|
LDFLAGS=-L${PREFIX}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|