summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-08-29 13:07:08 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-08-29 13:07:08 +0000
commitc715e8b92444f4369de4419d36079a8863f0236c (patch)
tree671b02a245697b4acd5bd587ef78e95b7c8611da /archivers
parent- Update to 1.3.6 (diff)
- 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>
Notes
Notes: svn path=/head/; revision=141301
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unlzx/Makefile18
-rw-r--r--archivers/unlzx/distinfo4
-rw-r--r--archivers/unlzx/pkg-descr2
3 files changed, 13 insertions, 11 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile
index 5e22083c9445..d96452a125e5 100644
--- a/archivers/unlzx/Makefile
+++ b/archivers/unlzx/Makefile
@@ -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>
diff --git a/archivers/unlzx/distinfo b/archivers/unlzx/distinfo
index 33f24d9f6e0f..4ff3f59b9edb 100644
--- a/archivers/unlzx/distinfo
+++ b/archivers/unlzx/distinfo
@@ -1,2 +1,2 @@
-MD5 (unlzx.c.Z) = 897f018f175b0e9f5d2b9d75eadd4fa8
-SIZE (unlzx.c.Z) = 15135
+MD5 (unlzx.c.gz) = aba223c26019d84fad0a1eed109bc628
+SIZE (unlzx.c.gz) = 9680
diff --git a/archivers/unlzx/pkg-descr b/archivers/unlzx/pkg-descr
index 71ce99c1e099..d45425bd7a24 100644
--- a/archivers/unlzx/pkg-descr
+++ b/archivers/unlzx/pkg-descr
@@ -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/