1a9efa54ec
with new perl and the package signature doesn't change, so we have to do this ourselves to make pkg_add updates work. ok simon@
29 lines
545 B
Makefile
29 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.18 2008/10/02 20:32:19 sthen Exp $
|
|
|
|
COMMENT= Prelude framework library
|
|
|
|
DISTNAME= libprelude-0.9.15.1
|
|
PKGNAME= prelude-${DISTNAME}p2
|
|
|
|
MODPY_EGG_VERSION=0.0.0
|
|
|
|
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_ENV= PYTHON=${MODPY_BIN}
|
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
PATCH_LIST= patch-* gcc-*
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|