summaryrefslogtreecommitdiff
path: root/graphics/jpeginfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeginfo/Makefile')
-rw-r--r--graphics/jpeginfo/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile
index a4923dd6078..9016c5d5a1f 100644
--- a/graphics/jpeginfo/Makefile
+++ b/graphics/jpeginfo/Makefile
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.7 2010/01/18 09:59:03 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.8 2010/12/12 15:25:59 adam Exp $
-DISTNAME= jpeginfo-1.6.0
-PKGREVISION= 3
+DISTNAME= jpeginfo-1.6.1
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
+MASTER_SITES= http://www.kokkonen.net/tjko/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kokkonen.net/tjko/projects.html
COMMENT= Generates informative listings from JPEG files
-
-GNU_CONFIGURE= YES
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
+USE_TOOLS+= autoconf
+GNU_CONFIGURE= yes
+
+pre-configure:
+ cd ${WRKSRC} && autoconf
+
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"