0e6b5f88a2
Vanessa is a collection of libraries that have been developed while working on a number of projects including perdition. initial work by dlg@ and with input from bernd@ ok bernd@
23 lines
439 B
Makefile
23 lines
439 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2006/11/06 10:57:38 msf Exp $
|
|
|
|
CATEGORIES?= devel
|
|
|
|
HOMEPAGE?= http://www.vergenet.net/linux/vanessa/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITE_VANESSA?= ${HOMEPAGE}download/
|
|
|
|
USE_LIBTOOL?= Yes
|
|
|
|
CONFIGURE_STYLE?= gnu
|
|
|
|
NO_REGRESS?= Yes
|
|
|
|
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|