Sat Nov 23 22:20:30 2019 UTC ()
smpeg: Fix HOMEPAGE


(nia)
diff -r1.33 -r1.34 pkgsrc/multimedia/smpeg/Makefile

cvs diff -r1.33 -r1.34 pkgsrc/multimedia/smpeg/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/smpeg/Makefile 2019/11/03 17:12:04 1.33
+++ pkgsrc/multimedia/smpeg/Makefile 2019/11/23 22:20:29 1.34
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.33 2019/11/03 17:12:04 rillig Exp $ 1# $NetBSD: Makefile,v 1.34 2019/11/23 22:20:29 nia Exp $
2# 2#
3 3
4DISTNAME= smpeg-0.4.4 4DISTNAME= smpeg-0.4.4
5PKGREVISION= 17 5PKGREVISION= 17
6CATEGORIES= devel multimedia 6CATEGORIES= devel multimedia
7MASTER_SITES= # 7MASTER_SITES= #
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.lokigames.com/development/smpeg.php3 10HOMEPAGE= http://icculus.org/smpeg/
11COMMENT= SDL MPEG Player Library 11COMMENT= SDL MPEG Player Library
12LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
13 13
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18 18
19CPPFLAGS+= -Dunix=1 19CPPFLAGS+= -Dunix=1
20 20
21# smpeg sources (glmovie.c & glmovie-tile.c) assume <malloc.h> exists. 21# smpeg sources (glmovie.c & glmovie-tile.c) assume <malloc.h> exists.
22# Create a fake one for platforms that don't have it. 22# Create a fake one for platforms that don't have it.
23# 23#