summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-02-07 11:56:36 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-02-07 11:56:36 +0000
commit7a5913f6b55aafdf50b66ec89552f6ac67c11c48 (patch)
tree346b38d096e3209a43f42efac9214b2e22cacdc0
parent232b337fafd1255e91c5485acaf6b7189048fa90 (diff)
downloadFreeBSD-ports-7a5913f6b55aafdf50b66ec89552f6ac67c11c48.zip
FreeBSD-ports-7a5913f6b55aafdf50b66ec89552f6ac67c11c48.tar.gz
- Clarify LICENSE
- Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
-rw-r--r--graphics/synaesthesia/Makefile9
-rw-r--r--graphics/synaesthesia/files/patch-configure12
2 files changed, 12 insertions, 9 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile
index 0a4d552..1d84f84 100644
--- a/graphics/synaesthesia/Makefile
+++ b/graphics/synaesthesia/Makefile
@@ -10,14 +10,15 @@ MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/
MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time graphical music representation program
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
USE_SDL= sdl
-PORTDOCS= README
+PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= DOCS
@@ -28,7 +29,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/graphics/synaesthesia/files/patch-configure b/graphics/synaesthesia/files/patch-configure
index 4083551..b084896 100644
--- a/graphics/synaesthesia/files/patch-configure
+++ b/graphics/synaesthesia/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig Sat May 26 11:34:45 2001
-+++ configure Sat May 26 11:34:50 2001
-@@ -785,8 +785,6 @@
-
+--- configure.orig 2005-12-29 02:52:19 UTC
++++ configure
+@@ -1664,8 +1664,6 @@ fi
+ ac_config_commands="$ac_config_commands default-1"
-CXXFLAGS="-O4"
-CFLAGS="-O4"
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
OpenPOWER on IntegriCloud