1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/gqview/Makefile

34 lines
792 B
Makefile
Raw Normal View History

# New ports collection makefile for: gqview
1999-03-15 05:59:16 +00:00
# Version required: 0.6.0
# Date Created: 27 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.10 1999/03/15 05:59:15 nectar Exp $
#
1999-03-15 05:59:16 +00:00
DISTNAME= gqview-0.6.0.src
PKGNAME= gqview-0.6.0
CATEGORIES= graphics
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX= .tgz
MAINTAINER= nacai@iname.com
1999-03-15 05:59:16 +00:00
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.3:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
1999-03-15 05:59:16 +00:00
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= gqview
1999-03-15 05:59:16 +00:00
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-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>