mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update to 1.1
- Enhance MASTER_SITES - Add WWW in pkg-descr - Pass maintainership to submitter PR: ports/84985 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
parent
1ef8ca871b
commit
c715e8b924
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141301
@ -6,27 +6,27 @@
|
||||
#
|
||||
|
||||
PORTNAME= unlzx
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \
|
||||
ftp://us.aminet.net/pub/aminet/misc/unix/
|
||||
ftp://us.aminet.net/pub/aminet/misc/unix/ \
|
||||
http://critical.ch/distfiles/
|
||||
DISTNAME= ${PORTNAME}.c
|
||||
EXTRACT_SUFX= .Z
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ehaupt@critical.ch
|
||||
COMMENT= Extracts .lzx archives from Amiga systems
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/unlzx
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
|
||||
${MKDIR} ${WRKSRC}
|
||||
${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKSRC}/${DISTNAME}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c
|
||||
${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/unlzx ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (unlzx.c.Z) = 897f018f175b0e9f5d2b9d75eadd4fa8
|
||||
SIZE (unlzx.c.Z) = 15135
|
||||
MD5 (unlzx.c.gz) = aba223c26019d84fad0a1eed109bc628
|
||||
SIZE (unlzx.c.gz) = 9680
|
||||
|
@ -1,2 +1,4 @@
|
||||
This package includes unlzx, an unarchiver for the Amiga LZX file archive
|
||||
format.
|
||||
|
||||
WWW: ftp://de.aminet.net/pub/aminet/misc/unix/
|
||||
|
Loading…
Reference in New Issue
Block a user