mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 0.1.3
PR: ports/122159 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) Approved by: thierry (mentor)
This commit is contained in:
parent
97b023d23c
commit
f220848f98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210207
@ -2,28 +2,31 @@
|
||||
# Date created: 27 Jan 2008
|
||||
# Whom: Martin Tournoij <carpetsmoker@xs4all.nl>
|
||||
#
|
||||
# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.2 2008/02/27 01:21:20 carpetsmoker Exp $
|
||||
# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.3 2008/03/27 14:43:04 carpetsmoker Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= uif2iso
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://aluigi.altervista.org/mytoolz/ \
|
||||
http://www.carpetsmoker.net/distfiles/ \
|
||||
http://www.xs4all.nl/distfiles/
|
||||
MASTER_SITES= http://www.carpetsmoker.net/distfiles/ \
|
||||
http://www.xs4all.nl/distfiles/ \
|
||||
http://www.rwxrwxrwx.net/distfiles/
|
||||
|
||||
MAINTAINER= carpetsmoker@xs4all.nl
|
||||
COMMENT= Convert MagicISO UIF files to ISO9660
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_SUFX= .tgz
|
||||
PLIST_FILES= bin/uif2iso
|
||||
PORTDOCS= uif2iso.txt
|
||||
|
||||
do-build:
|
||||
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/uif2iso.c
|
||||
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz -lssl ${WRKSRC}/uif2iso.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/uif2iso ${PREFIX}/bin/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/uif2iso.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (uif2iso-0.1.2.tgz) = 64fa151e0fdde92f33cb288b392d79af
|
||||
SHA256 (uif2iso-0.1.2.tgz) = 1df6f5e48795ac74f32a283cafd538f5bfe3c41d5a517b24ecfb4bc12d2287c7
|
||||
SIZE (uif2iso-0.1.2.tgz) = 5586
|
||||
MD5 (uif2iso-0.1.3.tar.gz) = ea393822a01339ddc9121fff08a229fc
|
||||
SHA256 (uif2iso-0.1.3.tar.gz) = 88f188b16708170a8852cb9024c25cc472f27be595f9ecc9c06ad17ae855dce1
|
||||
SIZE (uif2iso-0.1.3.tar.gz) = 6625
|
||||
|
Loading…
Reference in New Issue
Block a user