b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.44 2020/01/18 23:32:03 rillig Exp $
|
|
|
|
DISTNAME= lbreakout2-2.6.5
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://lgames.sourceforge.net/LBreakout2/
|
|
COMMENT= Breakout-style arcade game
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games
|
|
CONFIGURE_ARGS+= --with-highscore-path=${PREFIX}/share/games/
|
|
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Msunpro)
|
|
SUBST_CLASSES+= sunpro
|
|
SUBST_STAGE.sunpro= pre-configure
|
|
SUBST_MESSAGE.sunpro= Removing "inline" for SunPro.
|
|
SUBST_FILES.sunpro= common/tools.h common/tools.c
|
|
SUBST_SED.sunpro= -e 's,^inline ,,'
|
|
.endif
|
|
|
|
CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/lbreakout2.hscr \
|
|
${REAL_ROOT_USER} games 664
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|