blob: c0cf1913e190b5e83f6cd952538363154db3f28a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.58 2018/11/12 03:52:12 ryoon Exp $
DISTNAME= refocus-it-2.0.0
PKGNAME= gimp-refocus-it-2.0.0
PKGREVISION= 48
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=refocus-it/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://refocus-it.sourceforge.net/
COMMENT= Refocus images
DEPENDS+= refocus-it-[0-9]*:../../graphics/refocus-it
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
#just build the plugin
CONFIGURE_ARGS+= --without-cmdline
USE_FEATURES= asprintf
USE_TOOLS+= intltool pkg-config
MAKE_FLAGS= SUBDIRS='src gimp-plugin'
PTHREAD_AUTO_VARS= yes
.include "../../graphics/gimp/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|