35af66a196
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
25 lines
633 B
Makefile
25 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/03/06 00:18:16 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= wideangle
|
|
PKGNAME= gimp2-wideangle-1.0
|
|
PKGREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.ozemail.com.au/~hodsond/
|
|
EXTRACT_SUFX= .c
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ozemail.com.au/~hodsond/wideangle.html
|
|
COMMENT= GIMP plugin for wideangle lens distortions
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-build:
|
|
(cd ${WRKSRC} && gimptool-2.0 --build wideangle.c)
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && gimptool-2.0 --install-admin-bin wideangle)
|
|
|
|
.include "../../graphics/gimp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|