mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 12:14:00 -04:00
18 lines
411 B
Makefile
18 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/03/09 00:23:26 tonnerre Exp $
|
|
|
|
DISTNAME= clib-0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/clib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= http://clib.ancient-solutions.com/
|
|
COMMENT= Enhanced language features for C
|
|
|
|
PKG_DESTDIR_SUPPORT= destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|