3d0dc3deb3
This version is not compatible with older versions, so retain 2.48.15 by splitting into 2.4x and 2.5x subdirectories and using "@option is-branch". Initial diff has been looked at by kn@ (looks OK port- and build-wise on amd64) and giovanni@ (OK). Issues found by sthen@ (thanks!) and fixed by me. Take MAINTAINER (as discussed with giovanni@). OK sthen@
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $OpenBSD: Makefile,v 1.15 2018/04/26 21:34:23 bket Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += 2.4x
|
|
SUBDIR += 2.4x,no_x11
|
|
SUBDIR += 2.5x
|
|
SUBDIR += 2.5x,no_x11
|
|
|
|
.include <bsd.port.subdir.mk>
|