1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.7

PR:		37975
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-05-14 21:45:46 +00:00
parent 12d112ab51
commit 18011ed32e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59110
3 changed files with 8 additions and 6 deletions

View File

@ -6,16 +6,18 @@
#
PORTNAME= jhead
PORTVERSION= 1.6
PORTVERSION= 1.7
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jamie@hermans.ca
MAKEFILE= ${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
.if !defined(NOPORTDOCS)

View File

@ -1 +1 @@
MD5 (jhead1.6.tar.gz) = 71f5d57df15add35f5a60bb372f0cf1a
MD5 (jhead-1.7.tar.gz) = 99cc43ff2a2fa22845dd686ecd497313

View File

@ -8,10 +8,10 @@ SRC=.
all: jhead
objs = $(OBJ)/jhead.o $(OBJ)/exif.o
objs = $(OBJ)/jhead.o $(OBJ)/jpgfile.o $(OBJ)/exif.o
$(OBJ)/%.o:$(SRC)/%.c
cc ${CFLAGS} -Wall -c $< -o $@
${CC} ${CFLAGS} -Wall -c $< -o $@
jhead: $(objs) jhead.h
cc -o jhead $(objs) -lm
${CC} -o jhead $(objs) -lm