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

28 lines
649 B
Makefile
Raw Normal View History

# New ports collection makefile for: gqview
1998-11-16 16:23:36 +00:00
# Version required: 0.5.0
# Date Created: 27 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
1998-11-16 16:23:36 +00:00
# $Id: Makefile,v 1.3 1998/10/28 01:40:18 vanilla Exp $
#
1998-11-16 16:23:36 +00:00
DISTNAME= gqview-0.5.0.src
PKGNAME= gqview-0.5.0
CATEGORIES= graphics
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX= .tgz
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
Imlib.1:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
1998-11-16 16:23:36 +00:00
WRKSRC= ${WRKDIR}/gqview-0.5.0
ALL_TARGET= gqview
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gqview ${PREFIX}/bin
.include <bsd.port.mk>