The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2022/08/11 05:08:23 gutteridge Exp $
|
|
#
|
|
|
|
DISTNAME= BillardGL-1.75
|
|
PKGNAME= ${DISTNAME:S/BillardGL/billardgl/}
|
|
PKGREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=billardgl/}
|
|
|
|
MAINTAINER= wojtek@3miasto.net
|
|
#HOMEPAGE= http://www.tobias-nopper.de/BillardGL/
|
|
COMMENT= 3D Billard using OpenGL hardware acceleration
|
|
|
|
BUILD_DIRS= src
|
|
USE_LANGUAGES= c c++03
|
|
USE_TOOLS+= gmake imake pax
|
|
MAKE_ENV+= PAX=${PAX:Q}
|
|
LDFLAGS+= ${X11_LDFLAGS}
|
|
|
|
SUBST_CLASSES+= billardgl
|
|
SUBST_STAGE.billardgl= do-configure
|
|
SUBST_MESSAGE.billardgl= Fixing hard-coded paths
|
|
SUBST_FILES.billardgl= src/Namen.h
|
|
SUBST_SED.billardgl= -e 's,"/usr/share/,"${PREFIX}/share/,'
|
|
|
|
SUBST_CLASSES+= d2u
|
|
SUBST_STAGE.d2u= post-extract
|
|
SUBST_MESSAGE.d2u= Removing CR end-of-line markers.
|
|
SUBST_FILES.d2u= src/*.h src/*.cpp
|
|
SUBST_FILTER_CMD.d2u= ${TR} -d '\r'
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/freeglut/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|