cwen 09519a09a0 oroborus: update to 2.0.20, fix the build with -fno-common
Also tested by Ryan Freeman, who had a similar diff.

"fine with me" sthen@
2021-02-18 22:01:17 +00:00

27 lines
463 B
Makefile

# $OpenBSD: Makefile,v 1.11 2021/02/18 22:01:17 cwen Exp $
COMMENT = minimalistic X11 window manager
DISTNAME = oroborus_2.0.20
PKGNAME = ${DISTNAME:S/_/-/}
CATEGORIES = x11
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += ICE SM X11 Xext Xpm c
MASTER_SITES = ${MASTER_SITE_DEBIAN:=main/o/oroborus/} \
https://distfiles.gentoo.org/distfiles/
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
WRKDIST = ${WRKDIR}/${PKGNAME}
.include <bsd.port.mk>