blob: 51f09175d808397274b19beaa488ea193b22dd6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.5 2000/05/25 10:16:45 wiz Exp $
# FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp
#
DISTNAME= gqview-0.8.1
CATEGORIES= graphics x11
MASTER_SITES= http://download.sourceforge.net/gqview/
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://gqview.sourceforge.net/index.html
DEPENDS+= imlib-*:../../graphics/imlib
DEPENDS+= gettext-0.10.*:../../devel/gettext
USE_X11BASE= yes
GNU_CONFIGURE= yes
# for libintl detection in configure script
CFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
|