1999-01-08 15:18:43 +01:00
|
|
|
# New ports collection makefile for: gtksee
|
|
|
|
# Date created: Sun Nov 22 12:08:18 CET 1998
|
|
|
|
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
1998-12-01 22:03:18 +01:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-12-01 22:03:18 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gtksee
|
|
|
|
PORTVERSION= 0.5.0
|
2001-08-23 11:20:03 +02:00
|
|
|
PORTREVISION= 1
|
1998-12-01 22:03:18 +01:00
|
|
|
CATEGORIES= graphics
|
2000-10-13 00:10:14 +02:00
|
|
|
MASTER_SITES= http://www.linux.tucows.com/files/x11/graphics/ \
|
1998-12-01 22:47:45 +01:00
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
1998-12-01 22:03:18 +01:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
1998-12-01 22:03:18 +01:00
|
|
|
|
2002-03-15 20:44:29 +01:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \
|
1998-12-01 22:03:18 +01:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2001-09-11 04:22:51 +02:00
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
1999-09-07 12:45:31 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
2001-08-15 22:33:16 +02:00
|
|
|
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip
|
|
|
|
.if !exists(/usr/bin/bzip2)
|
|
|
|
RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
|
|
|
.endif
|
1998-12-01 22:03:18 +01:00
|
|
|
|
2000-10-05 08:36:23 +02:00
|
|
|
USE_GTK= yes
|
1998-12-01 22:03:18 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 08:36:23 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-12-01 22:03:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|