mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Add LICENSE
- Strip binaries
This commit is contained in:
parent
d549a96cf1
commit
164df4beef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380927
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= avant-window-navigator
|
||||
PORTVERSION= 0.3.2.1
|
||||
PORTREVISION?= 10
|
||||
PORTREVISION?= 11
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://launchpadlibrarian.net/26374006/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
@ -11,6 +11,9 @@ MASTER_SITES= http://launchpadlibrarian.net/26374006/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Dock-like navigation bar
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
|
||||
LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
|
||||
@ -24,6 +27,7 @@ INSTALLS_ICONS= yes
|
||||
USE_XORG= x11 xproto xcomposite xrender
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
AWN_DESKTOP?= agnostic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user