17 lines
390 B
Makefile
17 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:01 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libbegemot-1.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/
|
|
|
|
MAINTAINER= packages@grumpf.hope-2000.org
|
|
COMMENT= Base development library, contains useful routines
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|