1998-10-27 16:56:41 +00:00
|
|
|
# New ports collection makefile for: gqview
|
1999-03-15 05:59:16 +00:00
|
|
|
# Date Created: 27 Oct 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-10-27 16:56:41 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gqview
|
2000-04-22 03:38:47 +00:00
|
|
|
PORTVERSION= 0.8.1
|
1998-10-27 16:56:41 +00:00
|
|
|
CATEGORIES= graphics
|
2000-04-18 00:24:31 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/gqview/
|
1998-10-27 16:56:41 +00:00
|
|
|
|
2000-01-07 02:27:48 +00:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1998-10-27 16:56:41 +00:00
|
|
|
|
2000-04-18 00:24:31 +00:00
|
|
|
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
|
1999-05-29 04:10:49 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-10-27 16:56:41 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-04-18 00:24:31 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --without-gnome --disable-imlibtest --disable-gtktest
|
1998-10-27 16:56:41 +00:00
|
|
|
|
2000-01-22 11:46:45 +00:00
|
|
|
post-install:
|
1999-03-15 05:59:16 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gqview
|
2000-01-22 11:46:45 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
|
1999-03-15 05:59:16 +00:00
|
|
|
.endif
|
1998-10-27 16:56:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|