1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/gqview/Makefile

33 lines
764 B
Makefile
Raw Normal View History

# New ports collection makefile for: gqview
1999-03-15 05:59:16 +00:00
# Date Created: 27 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= gqview
PORTVERSION= 0.8.1
CATEGORIES= graphics
MASTER_SITES= http://download.sourceforge.net/gqview/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
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
post-install:
1999-03-15 05:59:16 +00:00
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gqview
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
1999-03-15 05:59:16 +00:00
.endif
.include <bsd.port.mk>