freebsd-ports/graphics/gqview/Makefile

35 lines
763 B
Makefile
Raw Normal View History

# New ports collection makefile for: gqview
1999-03-15 06:59:16 +01:00
# Date Created: 27 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= gqview
PORTVERSION= 0.7.0
CATEGORIES= graphics
MASTER_SITES= http://gqview.netpedia.net/ \
http://www.geocities.com/SiliconValley/Haven/5235/
DISTNAME= ${PKGNAME}.src
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
1999-10-08 05:30:33 +02:00
Imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
1999-03-15 06:59:16 +01:00
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= gqview
MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
post-install:
1999-03-15 06:59:16 +01:00
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gqview
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
1999-03-15 06:59:16 +01:00
.endif
.include <bsd.port.mk>