pkgsrc/archivers/nulib2/Makefile
tv b0507750d3 Import nulib2, an Apple II archive file handler.
***
NuLib is a disk and file archive program, similar in principle to PKZIP.
Instead of ZIP archives, it manipulates NuFX archives, which are usually
identified with ".SHK", ".SDK", or ".BXY".

The ".SHK" file extension is derived from ShrinkIt, the de facto
archiving standard for Apple II computers.
2001-03-11 03:01:02 +00:00

21 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/03/11 03:01:02 tv Exp $
#
DISTNAME= nulibdist
PKGNAME= nulib2-1.0.1
CATEGORIES= archivers
MASTER_SITES= http://www.nulib.com/downloads/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.nulib.com/
COMMENT= Handles Apple II ShrinkIt (NuFX) file/disk archives
WRKSRC= ${WRKDIR}/nulib2-101
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --cache-file=${WRKDIR}/config.cache
.include "../../mk/bsd.pkg.mk"
# nulib2 needs this to identify a Unixlike system
CFLAGS+= -D__unix__