aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-06-21 14:31:20 +0800
committerijliao <ijliao@FreeBSD.org>2003-06-21 14:31:20 +0800
commit7cdf615e1f98937446a50933196f02f5253b0871 (patch)
tree473529062b6d88be1d63953e4466eb27527023b2 /graphics
parent3f739ed930307668251b7cdbb82a6d841cdc31d7 (diff)
downloadfreebsd-ports-gnome-7cdf615e1f98937446a50933196f02f5253b0871.tar.gz
freebsd-ports-gnome-7cdf615e1f98937446a50933196f02f5253b0871.tar.zst
freebsd-ports-gnome-7cdf615e1f98937446a50933196f02f5253b0871.zip
upgrade to 2.0
Approved by: maintainer
Diffstat (limited to 'graphics')
-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%%