2318764382
Does not need destdir, user-destdir is fine. Set LICENSE. Comment out dead master sites.
16 lines
404 B
Makefile
16 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/09/23 05:18:47 wiz Exp $
|
|
|
|
DISTNAME= clib-0.3
|
|
CATEGORIES= devel
|
|
#MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/clib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://clib.ancient-solutions.com/
|
|
COMMENT= Enhanced language features for C
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|