openbsd-ports/devel/libproplist/Makefile

18 lines
368 B
Makefile
Raw Normal View History

1999-10-26 17:02:13 -04:00
# $OpenBSD: Makefile,v 1.4 1999/10/26 21:02:13 jasoni Exp $
1999-02-06 21:40:11 -05:00
1999-10-26 17:02:13 -04:00
DISTNAME= libPropList-0.9.1
PKGNAME= libproplist-0.9.1
1999-02-06 21:40:11 -05:00
CATEGORIES= devel
MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/
1999-03-31 19:29:06 -05:00
NEED_VERSION= 1.73
1999-02-06 21:40:11 -05:00
MAINTAINER= jasoni@openbsd.org
GNU_CONFIGURE= yes
1999-10-26 17:02:13 -04:00
USE_LIBTOOL= yes
1999-03-31 19:25:49 -05:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
1999-02-06 21:40:11 -05:00
.include <bsd.port.mk>