57ef8dc6f2
- add CONFIGURE_SHARED
30 lines
601 B
Makefile
30 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/01/26 09:58:47 ajacoutot Exp $
|
|
|
|
COMMENT= low-level event loop management library
|
|
|
|
DISTNAME= liboop-1.0
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS= oop 4.1
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://liboop.ofb.net/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://humppa.nl/distfiles/
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--without-adns \
|
|
--without-glib \
|
|
--without-libwww \
|
|
--without-readline \
|
|
--without-tcl
|
|
|
|
.include <bsd.port.mk>
|