mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
742daeda70
PR: 18050 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
33 lines
764 B
Makefile
33 lines
764 B
Makefile
# New ports collection makefile for: gqview
|
|
# Date Created: 27 Oct 1998
|
|
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gqview
|
|
PORTVERSION= 0.8.0
|
|
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:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/gqview
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|