openbsd-ports/lang/python/2.4/Makefile
2008-10-21 20:13:07 +00:00

15 lines
340 B
Makefile

# $OpenBSD: Makefile,v 1.19 2008/10/21 20:13:07 steven Exp $
VERSION= 2.4
PATCHLEVEL= .4
PKG_PATCHLEVEL= p8
SHARED_LIBS= python2.4 1.0
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*
.endif
ALL_TARGET?= all ${WRKSRC}/Lib/plat-openbsd4
.include <bsd.port.mk>