21 lines
541 B
Makefile
21 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/06/20 00:15:35 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-1.2.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gimp.org/
|
|
COMMENT= GNU Image Manipulation Program
|
|
|
|
META_PACKAGE= 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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|