svn commit: r375436 - head/x11/alltray
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Dec 24 11:58:41 UTC 2014
Author: amdmi3
Date: Wed Dec 24 11:58:39 2014
New Revision: 375436
URL: https://svnweb.freebsd.org/changeset/ports/375436
QAT: https://qat.redports.org/buildarchive/r375436/
Log:
- Add LICENSE
- Strip library
Approved by: bapt
Modified:
head/x11/alltray/Makefile
Modified: head/x11/alltray/Makefile
==============================================================================
--- head/x11/alltray/Makefile Wed Dec 24 11:58:33 2014 (r375435)
+++ head/x11/alltray/Makefile Wed Dec 24 11:58:39 2014 (r375436)
@@ -10,12 +10,16 @@ MASTER_SITES= SF
MAINTAINER= acm at FreeBSD.org
COMMENT= Dock any application with no native tray icon
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= libtool pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= KDE
KDE_DESC= Support only KDE desktop
More information about the svn-ports-all
mailing list