16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libstash_s19990912a
|
|
PKGNAME= libstash-19990912
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.canonware.com/sqrl/download/snapshots/199909/
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.sqrl.org/sqrl/
|
|
COMMENT= collection of programming support routines and useful algorithms
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --without-pthreads --disable-shared
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|