blob: 6a6b834c1d8d0e6f5d287766654b1945a73f6632 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.83 2003/05/02 11:55:17 wiz Exp $
DISTNAME= gimp-1.2.3
PKGREVISION= 3
CATEGORIES= graphics
DISTFILES= # nothing
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.gimp.org/
COMMENT= Image manipulation program similar to Photoshop[tm]
NO_BUILD= yes
DEPENDS+= gimp-base>=1.2.3nb1:../../graphics/gimp-base
DEPENDS+= gimp-data>=1.2:../../graphics/gimp-data
DEPENDS+= gimp-print>=4.2.0:../../print/gimp-print
DEPENDS+= gimp-print-escputil>=4.2.0:../../print/gimp-print-escputil
do-install: # nothing
.include "../../mk/bsd.pkg.mk"
|