07aa7eacee
libdstr is a library containing Dstr, Dave's String class from David Flater.
17 lines
398 B
Makefile
17 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/02/28 22:04:30 plunky Exp $
|
|
|
|
DISTNAME= libdstr-1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://flaterco.com/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://flaterco.com/
|
|
COMMENT= C++ library, providing Daves String Class
|
|
LICENSE= public-domain
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|