4b86e2bfab
their files via a custom do-install target.
30 lines
705 B
Makefile
30 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/03/04 15:39:09 jlam Exp $
|
|
|
|
DISTNAME= warp-sharp
|
|
PKGNAME= gimp-${DISTNAME}-1.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.home.unix-ag.org/simon/gimp/
|
|
EXTRACT_SUFX= .scm
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.home.unix-ag.org/simon/gimp/warp-sharp.html
|
|
COMMENT= Image sharpening script for GIMP
|
|
|
|
DEPENDS+= gimp>=2.0:../../graphics/gimp
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
INSTALLATION_DIRS= share/gimp/2.0/scripts
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} \
|
|
${DESTDIR}${PREFIX}/share/gimp/2.0/scripts
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|