- Clarify LICENSE

- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2016-02-07 11:56:36 +00:00
parent 47923ad674
commit 501de1dbf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408384
2 changed files with 12 additions and 9 deletions

View File

@ -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>

View File

@ -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'