a2a3891e96
as archivers/nomarch. nomarch is a free version of the arc archiver program. It is available under the GNU GPL license.
15 lines
375 B
Makefile
15 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 18:38:08 cjep Exp $
|
|
#
|
|
|
|
DISTNAME= nomarch-1.3
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/compress/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://rus.members.beeb.net/nomarch.html
|
|
COMMENT= Free replacement for the arc program
|
|
|
|
USE_BUILDLINK2= YES
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|