1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/gtksee/Makefile
Bill Fumerola 999c3195a3 Initial Import
A Image viewer based on X-Window system and GTK+. The main purpose
is to port ACD See, which is a very popular image viewer in M$
world, to Unix platform.
1998-12-01 21:03:18 +00:00

25 lines
633 B
Makefile

# 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$
#
DISTNAME= gtksee-0.2.0
CATEGORIES= graphics
MASTER_SITES= http://www.zg169.net/~hotaru/download/
MAINTAINER= ibex@physik.TU-Berlin.DE
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.2:${PORTSDIR}/graphics/png \
tiff34.1:${PORTSDIR}/graphics/tiff34
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
LDFLAGS=-L${PREFIX}/lib
.include <bsd.port.mk>