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

36 lines
850 B
Makefile
Raw Normal View History

# New ports collection makefile for: gqview
# Version required: 0.6.1
1999-03-15 05:59:16 +00:00
# Date Created: 27 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
1999-07-04 15:59:12 +00:00
# $Id: Makefile,v 1.13 1999/05/29 04:20:45 steve Exp $
#
1999-07-04 15:59:12 +00:00
DISTNAME= gqview-0.7.0.src
PKGNAME= gqview-0.7.0
CATEGORIES= graphics
MASTER_SITES= http://gqview.netpedia.net/ \
http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX= .tgz
MAINTAINER= nacai@iname.com
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.4:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
1999-03-15 05:59:16 +00:00
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= gqview
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
1999-03-15 05:59:16 +00:00
pre-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gqview
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview/README
.endif
.include <bsd.port.mk>