aboutsummaryrefslogtreecommitdiff
path: root/graphics/jhead
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-21 06:31:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-21 06:31:20 +0000
commited5470ed7ed75d4a1126d64417a335da9eddb316 (patch)
treef6248e27e537f4e9517f780de327147e8214109d /graphics/jhead
parentfb4a392b9ad86c8bc43eb6681f4a3976f765641a (diff)
downloadports-ed5470ed7ed75d4a1126d64417a335da9eddb316.tar.gz
ports-ed5470ed7ed75d4a1126d64417a335da9eddb316.zip
upgrade to 2.0
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=83394
Diffstat (limited to 'graphics/jhead')
-rw-r--r--graphics/jhead/Makefile7
-rw-r--r--graphics/jhead/distinfo2
-rw-r--r--graphics/jhead/files/Makefile17
-rw-r--r--graphics/jhead/pkg-plist4
4 files changed, 6 insertions, 24 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index ddd11a010ad0..66521c433585 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= jhead
-PORTVERSION= 1.8
+PORTVERSION= 2.0
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jamie@hermans.ca
COMMENT= Exif Jpeg camera setting parser and thumbnail remover
-MAKEFILE= ${FILESDIR}/Makefile
+MAKEFILE= ${WRKSRC}/makefile
+USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
diff --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo
index 792773bb38b0..27601900ccd7 100644
--- a/graphics/jhead/distinfo
+++ b/graphics/jhead/distinfo
@@ -1 +1 @@
-MD5 (jhead-1.8.tar.gz) = f9963dad3fd17ed4dcd7f706d0603213
+MD5 (jhead-2.0.tar.gz) = 0fa7c878390b5019b017f3c5d087a35e
diff --git a/graphics/jhead/files/Makefile b/graphics/jhead/files/Makefile
deleted file mode 100644
index be4d98535863..000000000000
--- a/graphics/jhead/files/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-#--------------------------------
-# jhead makefile for FreeBSD
-# $FreeBSD$
-#--------------------------------
-
-OBJ=.
-SRC=.
-
-all: jhead
-
-objs = $(OBJ)/jhead.o $(OBJ)/jpgfile.o $(OBJ)/exif.o
-
-$(OBJ)/%.o:$(SRC)/%.c
- ${CC} ${CFLAGS} -Wall -c $< -o $@
-
-jhead: $(objs) jhead.h
- ${CC} -o jhead $(objs) -lm
diff --git a/graphics/jhead/pkg-plist b/graphics/jhead/pkg-plist
index 70677f6dee8d..3d8396578cb8 100644
--- a/graphics/jhead/pkg-plist
+++ b/graphics/jhead/pkg-plist
@@ -1,3 +1,3 @@
bin/jhead
-%%PORTDOCS%%share/doc/jhead/usage.html
-%%PORTDOCS%%@dirrm share/doc/jhead
+%%PORTDOCS%%%%DOCSDIR%%/usage.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%