freebsd-ports/graphics/gtksee/Makefile

40 lines
957 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.4
CATEGORIES= graphics
MASTER_SITES= http://download.berlios.de/gtksee/
MAINTAINER= ports@FreeBSD.org
COMMENT= Image viewer
LIB_DEPENDS= 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
USE_GNOME= gtk12 gnometarget
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
2000-10-05 08:36:23 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
2003-08-24 10:34:42 +02:00
MAN1= gtksee.1
post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure
.include <bsd.port.mk>