freebsd-ports/graphics/gtksee/Makefile

31 lines
864 B
Makefile
Raw Normal View History

# 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>
#
1999-06-26 20:58:18 +02:00
# $Id: Makefile,v 1.13 1999/05/29 03:55:49 steve Exp $
#
1999-05-04 14:17:51 +02:00
DISTNAME= gtksee-0.3.0
CATEGORIES= graphics
1999-06-26 20:58:18 +02:00
MASTER_SITES= http://sunsite.cqi.com.cn/~hotaru/gtksee/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= dirk@FreeBSD.ORG
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
1999-01-23 08:05:35 +01:00
png.3:${PORTSDIR}/graphics/png \
1998-12-04 21:29:09 +01:00
tiff.4:${PORTSDIR}/graphics/tiff34
1999-04-12 00:50:10 +02:00
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
bzip2:${PORTSDIR}/archivers/bzip2
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
1998-12-06 15:51:51 +01:00
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LDFLAGS=-L${PREFIX}/lib
.include <bsd.port.mk>