Skip to content

Commit

Permalink
Mark as USE_BUILDLINK_ONLY.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnylam88 committed Jul 16, 2001
1 parent e73319a commit 205d0f6
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 16 deletions.
8 changes: 5 additions & 3 deletions archivers/lha/Makefile
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
Expand All @@ -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/
Expand Down
4 changes: 3 additions & 1 deletion archivers/ppunpack/Makefile
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
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion archivers/squsq/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2001/02/16 13:15:36 wiz Exp $
# $NetBSD: Makefile,v 1.3 2001/07/16 10:29:50 jlam Exp $

DISTNAME= t20-squsq-3.3
PKGNAME= squsq-3.3
Expand All @@ -11,6 +11,8 @@ COMMENT= Compressor/decompressor for CP/M Squeeze compressed files
WRKSRC= ${WRKDIR}/t20-squsq
MAKEFILE= ${FILESDIR}/Makefile

USE_BUILDLINK_ONLY= # defined

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/

Expand Down
4 changes: 3 additions & 1 deletion archivers/unarj/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2001/06/04 16:51:05 jtb Exp $
# $NetBSD: Makefile,v 1.11 2001/07/16 10:29:50 jlam Exp $

DISTNAME= unarj-2.43
CATEGORIES= archivers
Expand All @@ -14,6 +14,8 @@ RESTRICTED= "Do not charge a fee for use, copying, or distribution"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}

USE_BUILDLINK_ONLY= # defined

do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj
${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin
Expand Down
5 changes: 3 additions & 2 deletions archivers/undms/Makefile
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
Expand All @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion archivers/unlzx/Makefile
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
Expand All @@ -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}

Expand Down
4 changes: 3 additions & 1 deletion archivers/unrar/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2001/06/04 17:00:18 jtb Exp $
# $NetBSD: Makefile,v 1.11 2001/07/16 10:29:51 jlam Exp $

DISTNAME= unrar-2.71
CATEGORIES= archivers
Expand All @@ -13,6 +13,8 @@ RESTRICTED= "Do not modify. Do not charge a fee for redistribution."
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}

USE_BUILDLINK_ONLY= # defined

do-build:
cd ${WRKSRC} && ${LINK.c} -o unrar -D_UNIX unrar.c

Expand Down
4 changes: 3 additions & 1 deletion archivers/xbin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2001/06/04 17:08:20 jtb Exp $
# $NetBSD: Makefile,v 1.6 2001/07/16 10:29:51 jlam Exp $
#

DISTNAME= ${PRGNAME}unix
Expand All @@ -15,6 +15,8 @@ RESTRICTED= "May not be sold without permission"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}

USE_BUILDLINK_ONLY= # defined

PRGNAME= xbin
EXTRACT_ONLY= # blank

Expand Down
4 changes: 3 additions & 1 deletion archivers/zip/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2001/03/27 03:19:44 hubertf Exp $
# $NetBSD: Makefile,v 1.24 2001/07/16 10:29:51 jlam Exp $
# FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp
#

Expand All @@ -20,6 +20,8 @@ MAKEFILE= unix/Makefile
MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}"
ALL_TARGET= generic

USE_BUILDLINK_ONLY= # defined

post-extract:
@cd ${WRKSRC} && unzip -qo ${DISTDIR}/zcrypt29.zip

Expand Down
5 changes: 3 additions & 2 deletions archivers/zip1/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2001/06/04 17:12:42 jtb Exp $
# $NetBSD: Makefile,v 1.14 2001/07/16 10:29:51 jlam Exp $
#

DISTNAME= zip1-1.1
Expand All @@ -23,7 +23,8 @@ MAKEFILE= makefile
MAKE_FLAGS= CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat"
ALL_TARGET= zip

NO_WRKSUBDIR= yes
USE_BUILDLINK_ONLY= yes
NO_WRKSUBDIR= yes
PLIST_SRC= ${WRKSRC}/PLIST

BUILD_DEFS+= ZIP_ENCRYPTION
Expand Down
5 changes: 3 additions & 2 deletions archivers/zoo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2001/06/04 20:18:55 jtb Exp $
# $NetBSD: Makefile,v 1.10 2001/07/16 10:29:52 jlam Exp $
# FreeBSD Id: Makefile,v 1.8 1997/08/10 22:31:36 fenner Exp
#

Expand All @@ -12,7 +12,8 @@ COMMENT= Manipulate archives of files in compressed form

LICENSE= zoo-license

NO_WRKSUBDIR= yes
USE_BUILDLINK_ONLY= yes
NO_WRKSUBDIR= yes
ALL_TARGET= bsdansi
MAKEFILE= makefile
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
Expand Down

0 comments on commit 205d0f6

Please sign in to comment.