blob: 55b6513ffc23db7019777e0c906787d2fb719ddf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2005/01/21 23:59:17 minskim Exp $
#
DISTNAME= refocus-it-2.0.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=refocus-it/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://refocus-it.sourceforge.net/
COMMENT= Refocus images
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
#just build the command line tool
CONFIGURE_ARGS+= --without-gimp
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|