21 lines
525 B
Makefile
21 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/02/21 20:26:11 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-1.2.5
|
|
CATEGORIES= graphics
|
|
DISTFILES= # nothing
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gimp.org/
|
|
COMMENT= GNU Image Manipulation Program
|
|
|
|
NO_BUILD= YES
|
|
|
|
DEPENDS+= gimp-base>=1.2.5:../../graphics/gimp1-base
|
|
DEPENDS+= gimp-data>=1.2:../../graphics/gimp1-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"
|