pkgsrc/devel/libstash/Makefile
rillig 7724b801cd devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:39:04 +00:00

18 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/11/03 10:39:18 rillig Exp $
DISTNAME= libstash_s19990912a
PKGNAME= libstash-19990912
CATEGORIES= devel
MASTER_SITES= http://www.canonware.com/sqrl/download/snapshots/199909/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sqrl.org/sqrl/
COMMENT= Collection of programming support routines and useful algorithms
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-pthreads
CONFIGURE_ARGS+= --disable-shared
MAKE_FILE= Makefile.bsd
.include "../../mk/bsd.pkg.mk"