diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-05 07:57:10 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-05 07:57:10 +0000 |
commit | 4fd5e97a51aa3004dd298d52962e287749beefcb (patch) | |
tree | 52a8b07aa971d359c3a0fba0de0326036c795210 /graphics/lensfun/Makefile | |
parent | 101a81eb37c76ee8e507da9d9c35143a8d2630e6 (diff) | |
download | ports-4fd5e97a51aa3004dd298d52962e287749beefcb.tar.gz ports-4fd5e97a51aa3004dd298d52962e287749beefcb.zip |
Notes
Diffstat (limited to 'graphics/lensfun/Makefile')
-rw-r--r-- | graphics/lensfun/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index a02446d79827..1c9fcd84801a 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,15 +1,10 @@ -# New ports collection makefile for: LensFun -# Date created: Mon 25 May 2009 04:45:47 MSD -# Whom: Denis Barov <dindin@dindin.ru> -# +# Created by: Denis Barov <dindin@dindin.ru> # $FreeBSD$ -# PORTNAME= lensfun -PORTVERSION= 0.2.5 -PORTREVISION= 3 +PORTVERSION= 0.2.7 CATEGORIES= graphics -MASTER_SITES= BERLIOS +MASTER_SITES= SF/lensfun.berlios MAINTAINER= danfe@FreeBSD.org COMMENT= Library for fixing lens geometry distortions @@ -23,6 +18,7 @@ USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes USE_PYTHON_BUILD= yes + MAKEFILE= GNUmakefile LIBVERSION= 2 |