9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
32 lines
721 B
Makefile
32 lines
721 B
Makefile
# $NetBSD: Makefile,v 1.37 2020/01/26 17:31:47 rillig Exp $
|
|
|
|
DISTNAME= smpeg-0.4.5
|
|
CATEGORIES= devel multimedia
|
|
MASTER_SITES= #
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://icculus.org/smpeg/
|
|
COMMENT= SDL MPEG Player Library
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_TOOLS+= aclocal automake autoconf gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -Dunix=1
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-player
|
|
CONFIGURE_ARGS+= --disable-sdltest
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SH} autogen.sh
|
|
|
|
post-install:
|
|
# gtk1 player is not installed
|
|
${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/gtv.1
|
|
|
|
.include "options.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|