0a8e6762f2
- regen patches . - build idmef-message-read with -O0 on sparc64. reported by and inputs sturm@
28 lines
573 B
Makefile
28 lines
573 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/01/23 11:42:50 aanriot Exp $
|
|
|
|
COMMENT= "Prelude framework library"
|
|
|
|
DISTNAME= libprelude-0.9.12.2
|
|
PKGNAME= prelude-${DISTNAME}
|
|
|
|
SHARED_LIBS= prelude 9.3 # .11.1
|
|
|
|
MODULES= devel/gettext \
|
|
lang/python
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
WANTLIB= c gcrypt opencdk pthread z
|
|
|
|
LIB_DEPENDS= gpg-error.>=1,gnutls-extra.>=12::security/libgpg-error \
|
|
gnutls.>=12::security/gnutls
|
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/
|
|
CONFIGURE_ENV= PYTHON=${MODPY_BIN}
|
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
PATCH_LIST= patch-* gcc-*
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|