openbsd-ports/security/prelude/libprelude/Makefile
2007-09-15 23:29:57 +00:00

28 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.15 2007/09/15 23:30:00 merdely Exp $
COMMENT= Prelude framework library
DISTNAME= libprelude-0.9.15.1
PKGNAME= prelude-${DISTNAME}
SHARED_LIBS= prelude 13.1 # .13.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>