blob: a2d514d207271ac50a6bd58836da5169accaac22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.15 2012/10/31 11:17:10 asau 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
CFLAGS.SunOS= -Du_int64_t=uint64_t
.include "../../mk/bsd.pkg.mk"
|