on whatever is the current default version of python 3 in the ports tree (currently 3.7). Allows adding it with pkg_add python3 rather than needing to know the correct subdir name (as you would with pkg_add python%3.7). Deliberately not adding a similar one for py2 which is not likely to proceed beyond 2.7. ok kmos@, aja@ pirofti@ zhuk@ like it too
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/01/07 20:01:20 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += avr
|
|
SUBDIR += geda
|
|
SUBDIR += gnome
|
|
SUBDIR += gnustep
|
|
SUBDIR += kde4
|
|
SUBDIR += lxqt
|
|
SUBDIR += mate
|
|
SUBDIR += msp430
|
|
SUBDIR += mupen64plus
|
|
SUBDIR += python3
|
|
SUBDIR += qt5
|
|
SUBDIR += tor-browser
|
|
SUBDIR += xfce
|
|
|
|
.include <bsd.port.subdir.mk>
|