aboutsummaryrefslogtreecommitdiff
path: root/audio/gsequencer
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-06-15 03:01:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-06-15 03:01:10 +0000
commit30837270bfcf827e5ca9dac074768e250699b407 (patch)
tree6249100c6f433dd063a7a4b1830415dec1607ced /audio/gsequencer
parent222f4144a1167e80d61f84254d0c4468649ba53a (diff)
downloadports-30837270bfcf827e5ca9dac074768e250699b407.tar.gz
ports-30837270bfcf827e5ca9dac074768e250699b407.zip
audio/gsequencer: Add defines for the app to find license and logo screen png; Strip the binary
PR: 238567 Reported by: Joël Krähemann <jkraehemann@gmail.com> (upstream)
Notes
Notes: svn path=/head/; revision=504223
Diffstat (limited to 'audio/gsequencer')
-rw-r--r--audio/gsequencer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile
index f7d4122c4ec7..d7e12db009a8 100644
--- a/audio/gsequencer/Makefile
+++ b/audio/gsequencer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gsequencer
DISTVERSION= 2.1.76
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SAVANNAH/gsequencer/2.1.x
@@ -32,8 +33,11 @@ USE_GCC= yes # the project uses gnu99 extensions, clang fails even with USE_CSTD
USE_CSTD= gnu99
USE_LDCONFIG= yes
+CPPFLAGS+= -DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/gsequencer-2.1.76/GPLv3\\\" \
+ -DAGS_LOGO_FILENAME=\\\"${DATADIR}/images/ags.png\\\" # there should be no need to supply AGS_LOGO_FILENAME here since the app knows its location
LDFLAGS+= -luuid
+INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}