a990f3de4a
but there's some todo items to work through before we attach it to the build initial work by laurent fanis ok robert@ jasper@ bernd@ might have oked it if he wasnt giving a talk right now
34 lines
819 B
Makefile
34 lines
819 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/30 16:04:39 dlg Exp $
|
|
|
|
COMMENT= library to write an arbitary set of chunks of data to a file
|
|
DISTNAME= eet-20071107
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS += eet 0.0 # .9.10
|
|
|
|
HOMEPAGE= http://docs.enlightenment.org/api/eet/html/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m z
|
|
|
|
AUTOCONF_VERSION= 2.61
|
|
AUTOMAKE_VERSION= 1.9
|
|
AUTOMAKE_ENV= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
|
AUTOMAKE_VERSION=${AUTOMAKE_VERSION}
|
|
|
|
LIB_DEPENDS= jpeg::graphics/jpeg
|
|
|
|
CONFIGURE_STYLE= automake
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
cd ${WRKSRC} && ${SETENV} ${AUTOMAKE_ENV} NOCONFIGURE=true \
|
|
${SH} autogen.sh
|
|
|
|
.include <bsd.port.mk>
|