19 lines
511 B
Makefile
19 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/06/20 01:09:17 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= vanessa_adt-0.0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/vanessa_adt/0.0.6/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.vergenet.net/linux/vanessa/
|
|
COMMENT= Library that provides Abstract Data Types (ADTs)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/vanessa_logger/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|