18 lines
376 B
Makefile
18 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/04/24 23:32:46 djm Exp $
|
|
|
|
VERSION= 2.5
|
|
PATCHLEVEL= .1
|
|
PKG_PATCHLEVEL=
|
|
SHARED_LIBS= python2.5 0.0
|
|
|
|
# PSUBDIR= python/${VERSION}
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
|
|
PATCH_LIST= patch-* sup64-*
|
|
.endif
|
|
|
|
CONFIGURE_ARGS+= --with-cxx_main
|
|
|
|
.include <bsd.port.mk>
|