freebsd-ports/archivers/nulib/Makefile
Justin M. Seger 628b2f54f8 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.
1998-04-12 16:27:51 +00:00

25 lines
609 B
Makefile

# New ports collection makefile for: nulib
# Version required: 3.25
# Date created: Thu May 8 00:14:31 PDT 1997
# Whom: Steven Wallace <swallace@freebsd.org>
#
# $Id: Makefile,v 1.3 1998/01/23 00:43:33 jseger Exp $
#
DISTNAME= nulib325
PKGNAME= nulib-3.25
CATEGORIES= archivers
MASTER_SITES= http://www.freebsd.org/~jseger/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/nulib
MAN1= nulib.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nulib ${PREFIX}/bin/nulib
${INSTALL_MAN} ${WRKSRC}/nulib.1 ${PREFIX}/man/man1/nulib.1
.include <bsd.port.mk>