2686cdc348
2006-01-16 Jason Day <jasonday@worldnet.att.net> Version 0.44 - Removed the -module argument from libmal_la_LDFLAGS. It never should have been there; it was accidentally included from a copy/paste.
23 lines
574 B
Makefile
23 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/03/21 22:33:35 wiz Exp $
|
|
|
|
DISTNAME= libmal-0.44
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://jasonday.home.att.net/code/libmal/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://jasonday.home.att.net/code/libmal/
|
|
COMMENT= MAL convenience library
|
|
|
|
CONFLICTS+= malsync-[0-9]*
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-pilot-prefix=${BUILDLINK_PREFIX.pilot-link-libs}
|
|
CPPFLAGS+= -D__unix__=1
|
|
CPPFLAGS.Darwin+= -DDARWIN
|
|
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|