-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e73319a
commit 205d0f6
Showing
11 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.9 2001/02/16 13:15:32 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.10 2001/07/16 10:29:50 jlam Exp $ | ||
|
||
DISTNAME= lha-114f | ||
CATEGORIES= archivers | ||
|
@@ -8,8 +8,10 @@ MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ | |
MAINTAINER= [email protected] | ||
COMMENT= Archive files using LZW compression (.lzh files) | ||
|
||
MAKE_FLAGS= MAKE="${MAKE}" CC="${CC}" OPTIMIZE="${CFLAGS}" \ | ||
MACHINE="-DSYSTIME_HAS_NO_TM -DTIMELOCAL -DUSESTRCASECMP -DSYSV_SYSTEM_DIR" \ | ||
USE_BUILDLINK_ONLY= # defined | ||
|
||
MAKE_FLAGS= CC="${CC}" | ||
MAKE_FLAGS+= MACHINE="-DSYSTIME_HAS_NO_TM -DTIMELOCAL -DUSESTRCASECMP -DSYSV_SYSTEM_DIR" | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/src/lha ${PREFIX}/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:35 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.4 2001/07/16 10:29:50 jlam Exp $ | ||
|
||
DISTNAME= ppsmall-1.0 | ||
PKGNAME= ppunpack-1.0 | ||
|
@@ -10,6 +10,8 @@ EXTRACT_SUFX= .tar.Z | |
MAINTAINER= [email protected] | ||
COMMENT= Decompresses Amiga PowerPacker files | ||
|
||
NO_BUILDLINK_ONLY= # defined | ||
|
||
WRKSRC= ${WRKDIR}/PPUnpack | ||
MAKE_FLAGS= CC="${CC}" COPTS="${CFLAGS}" | ||
ALL_TARGET= ppunpack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:38 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.4 2001/07/16 10:29:50 jlam Exp $ | ||
|
||
DISTNAME= undms-1.3.c | ||
PKGNAME= undms-1.3 | ||
|
@@ -10,7 +10,8 @@ EXTRACT_SUFX= .Z | |
MAINTAINER= [email protected] | ||
COMMENT= Converts .dms Amiga disk images to uncompressed .adf images | ||
|
||
NO_WRKSUBDIR= | ||
USE_BUILDLINK_ONLY= # defined | ||
NO_WRKSUBDIR= # defined | ||
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} | ||
|
||
do-build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.4 2001/02/16 13:15:39 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.5 2001/07/16 10:29:51 jlam Exp $ | ||
|
||
DISTNAME= unlzx.c | ||
PKGNAME= unlzx-1.0 | ||
|
@@ -10,6 +10,7 @@ EXTRACT_SUFX= .Z | |
MAINTAINER= [email protected] | ||
COMMENT= Extracts .lzx archives from Amiga systems | ||
|
||
USE_BUILDLINK_ONLY= # defined | ||
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} | ||
WRKSRC= ${WRKDIR} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters