d35346ec5c
Remove nonportable strip option "--strip-unneeded". POSIX strip doesn't support options. Bump PKGREVISION because the different strip algorithm affects platforms with support for "--strip-unneeded".
17 lines
430 B
Makefile
17 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/07/22 10:25:24 micha Exp $
|
|
|
|
DISTNAME= ajbsp-v1.01
|
|
PKGNAME= ${DISTNAME:S/v//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://gitlab.com/andwj/ajbsp/-/archive/v${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= micha@NetBSD.org
|
|
HOMEPAGE= https://gitlab.com/andwj/ajbsp
|
|
COMMENT= Node builder for modern DOOM source ports
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c++
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|