freebsd-ports/graphics/gtksee/Makefile

32 lines
806 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtksee
# Date created: Sun Nov 22 12:08:18 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= gtksee
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.linux.tucows.com/files/x11/graphics/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= dirk@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \
jpeg.9:${PORTSDIR}/graphics/jpeg \
2001-09-11 04:22:51 +02:00
png.5:${PORTSDIR}/graphics/png \
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
2000-10-05 08:36:23 +02:00
USE_GTK= yes
GNU_CONFIGURE= yes
2000-10-05 08:36:23 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>