openbsd-ports/security/prelude/libprelude/Makefile
aanriot 7506aa87e3 - update to 0.9.9 .
ok alek@
2006-07-01 10:42:08 +00:00

24 lines
489 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/07/01 10:42:08 aanriot Exp $
COMMENT= "Prelude framework library"
DISTNAME= libprelude-0.9.9
PKGNAME= prelude-${DISTNAME}
SHARED_LIBS= prelude 8.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}
.include <bsd.port.mk>