diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-07 11:56:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-07 11:56:36 +0000 |
commit | 501de1dbf3227625ac18a4b685f92c493d09bc0c (patch) | |
tree | 346b38d096e3209a43f42efac9214b2e22cacdc0 /graphics/synaesthesia | |
parent | 47923ad674ef2855de3f9f4acd1e9aa0a3164f13 (diff) | |
download | ports-501de1dbf3227625ac18a4b685f92c493d09bc0c.tar.gz ports-501de1dbf3227625ac18a4b685f92c493d09bc0c.zip |
Notes
Diffstat (limited to 'graphics/synaesthesia')
-rw-r--r-- | graphics/synaesthesia/Makefile | 9 | ||||
-rw-r--r-- | graphics/synaesthesia/files/patch-configure | 12 |
2 files changed, 12 insertions, 9 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index 0a4d552bbe6f..1d84f84518b5 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 4083551546d3..b08489657935 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' |