openbsd-ports/lang/python/2.5/Makefile

17 lines
362 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2007/10/16 08:22:32 ajacoutot Exp $
2006-11-01 15:59:18 -05:00
VERSION= 2.5
2007-04-24 19:32:46 -04:00
PATCHLEVEL= .1
PKG_PATCHLEVEL= p4
2006-11-01 15:59:18 -05:00
SHARED_LIBS= python2.5 0.0
# PSUBDIR= python/${VERSION}
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*
.endif
CONFIGURE_ARGS+= --with-cxx_main
2006-11-01 15:59:18 -05:00
.include <bsd.port.mk>