head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.11
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.8
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.7
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.4
	RELEASE_3_0_0:1.4
	RELEASE_2_2_7:1.4
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	nulib_3_25:1.1.1.1
	nulib:1.1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2011.04.12.08.04.04;	author danfe;	state Exp;
branches;
next	1.14;

1.14
date	2005.10.13.10.21.27;	author vs;	state Exp;
branches;
next	1.13;

1.13
date	2004.02.05.20.36.52;	author trevor;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.26.22.52.23;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2003.03.08.22.33.55;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.07.05.55.11;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2001.01.16.17.30.01;	author sobomax;	state Exp;
branches;
next	1.8;

1.8
date	2000.06.29.07.02.04;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.08.23.17.49;	author mharo;	state Exp;
branches;
next	1.6;

1.6
date	2000.02.08.09.25.42;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	99.08.25.04.25.12;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	98.04.12.16.27.51;	author jseger;	state Exp;
branches;
next	1.3;

1.3
date	98.01.23.00.43.33;	author jseger;	state Exp;
branches;
next	1.2;

1.2
date	98.01.08.18.51.54;	author fenner;	state Exp;
branches;
next	1.1;

1.1
date	97.05.15.23.23.08;	author swallace;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.05.15.23.23.08;	author swallace;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	nulib
# Date created:				Thu May  8 00:14:31 PDT 1997
# Whom:					Steven Wallace <swallace@@FreeBSD.org>
#
# $FreeBSD: head/archivers/nulib/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	nulib
PORTVERSION=	3.25
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	jseger
DISTNAME=	nulib325
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	NuFX archive utility

WRKSRC=		${WRKDIR}/nulib
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"

MAN1=		${PORTNAME}.1
PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.15
log
@Cleanup Makefile and reformat port description.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Use MAKE_ARGS
@
text
@d1 3
a3 3
# New ports collection makefile for:    nulib
# Date created:         Thu May  8 00:14:31 PDT 1997
# Whom:                 Steven Wallace <swallace@@freebsd.org>
d22 2
a23 2
MAN1=		nulib.1
PLIST_FILES=	bin/nulib
d26 2
a27 2
	${INSTALL_PROGRAM} ${WRKSRC}/nulib ${PREFIX}/bin/nulib
	${INSTALL_MAN} ${WRKSRC}/nulib.1 ${PREFIX}/man/man1/nulib.1
@


1.13
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d20 2
@


1.12
log
@portlint (variable ordering)
@
text
@d21 1
@


1.11
log
@Reset maintainer of ports previously maintained by jmg and jseger, who
have had their commit bits retired.
@
text
@a10 1

@


1.10
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d17 1
a17 1
MAINTAINER=	jseger@@FreeBSD.org
@


1.9
log
@Massive style enforcement - use ^I instead of spaces for variables identation.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/nulib/Makefile,v 1.8 2000/06/29 07:02:04 obrien Exp $
d18 1
@


1.8
log
@Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/nulib/Makefile,v 1.7 2000/04/08 23:17:49 mharo Exp $
d17 1
a17 1
MAINTAINER=     jseger@@FreeBSD.org
@


1.7
log
@update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/nulib/Makefile,v 1.6 2000/02/08 09:25:42 peter Exp $
d11 3
a13 1
MASTER_SITES=	http://people.FreeBSD.org/~jseger/
@


1.6
log
@Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
@
text
@a1 1
# Version required:     3.25
d5 1
a5 1
# $FreeBSD: ports/archivers/nulib/Makefile,v 1.5 1999/08/25 04:25:12 obrien Exp $
d8 2
a9 2
DISTNAME=	nulib325
PKGNAME=	nulib-3.25
d12 1
@


1.5
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d12 1
a12 1
MASTER_SITES=	http://www.freebsd.org/~jseger/
@


1.4
log
@The distfile appears to no longer exist on any FTP site except for FreeBSD
distfile mirrors.  I've placed a copy at http://www.freebsd.org/~jseger/.
Make myself MAINTAINER since the old MAINTAINER hasn't responded to queries.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1998/01/23 00:43:33 jseger Exp $
@


1.3
log
@portlint
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1998/01/08 18:51:54 fenner Exp $
d12 1
a12 1
MASTER_SITES=	ftp://apple2.caltech.edu/%2FZocalo/pub/apple2/ARCHIVERS/
d15 1
a15 1
MAINTAINER=     swallace@@freebsd.org
@


1.2
log
@Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1997/05/15 23:23:08 swallace Exp $
d9 2
a10 1
DISTNAME=       nulib-3.25
d13 1
a13 2
DISTFILES=	nulib325.tar.Z
WRKSRC=		${WRKDIR}/nulib
d17 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.9 1996/12/07 09:28:40 max Exp $
d11 1
a11 1
MASTER_SITES=	ftp://apple2.caltech.edu//Zocalo/pub/apple2/ARCHIVERS/
@


1.1.1.1
log
@Nulib is a shell-based NuFX archive utility, based loosely on ARC for
the IBM PC and ar(1) under UNIX.  It allows you to perform certain
operations on the same archives used by ShrinkIt, including view
archive contents, add to archive, extract from archive, and delete
from archive.  In addi- tion, it will list and unpack files from
Binary II archives.
@
text
@@
