mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Add LICENSE
- Switch to options helpers - Regenerate patches with `make makepatch`
This commit is contained in:
parent
6f1b2777af
commit
efbbb0e665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401855
@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION:R}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Curses-based MP3 player
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
@ -23,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Mon Aug 20 04:22:22 2001
|
||||
+++ configure Thu Oct 23 12:10:52 2003
|
||||
@@ -1258,15 +1258,15 @@
|
||||
--- configure.orig 2008-06-15 10:23:18 UTC
|
||||
+++ configure
|
||||
@@ -1258,15 +1258,15 @@ int main (int argc, char *argv[])
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ksmp3play.c.orig Mon Aug 20 04:43:37 2001
|
||||
+++ ksmp3play.c Sun Dec 29 11:01:56 2002
|
||||
@@ -22,6 +22,7 @@
|
||||
--- ksmp3play.c.orig 2008-06-17 05:57:56 UTC
|
||||
+++ ksmp3play.c
|
||||
@@ -42,6 +42,7 @@
|
||||
#include "ksmp3play.h"
|
||||
#include <smpeg/smpeg.h>
|
||||
#include <curses.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ksmp3play.h.orig Sun Nov 4 20:25:57 2001
|
||||
+++ ksmp3play.h Sun Nov 4 20:26:42 2001
|
||||
--- ksmp3play.h.orig 2008-04-14 00:22:27 UTC
|
||||
+++ ksmp3play.h
|
||||
@@ -29,8 +29,9 @@
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
@ -11,7 +11,7 @@
|
||||
#else
|
||||
struct option
|
||||
{
|
||||
@@ -43,6 +44,7 @@
|
||||
@@ -43,6 +44,7 @@ struct option
|
||||
# define required_argument 1
|
||||
# define optional_argument 2
|
||||
#endif
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- windows.c.orig Mon Aug 20 02:43:24 2001
|
||||
+++ windows.c Sun Dec 29 12:45:25 2002
|
||||
@@ -22,7 +22,7 @@
|
||||
--- windows.c.orig 2008-06-17 05:57:56 UTC
|
||||
+++ windows.c
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "ksmp3play.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user