d1e3e30157
2005-05-31 Harti Brandt * Remove clauses 3 and 4 from the copyright sections. 2002-09-03 Hartmut Brandt * Keep the patch level in the directory and tar name, but leave it out from the rpm package name. Always bump patch level and rpm revision together. 2002-09-02 Hartmut Brandt * Makefile.in: use $(LIBTOOL) to refer to libtool. Work around a problem with top_builddir. * libbegemot.spec: new file to create RPM packages. Kindly contributed by Eric Moret. 2002-08-30 Hartmut Brandt * convert configure.in to configure.ac for new autoconfig. * prstat.c: add a number of fields for *BSD.
15 lines
353 B
Makefile
15 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.12 2007/01/27 12:01:01 wiz 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|