1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Add LICENSE_FILE

- Fix shebangs
- Add NO_ARCH
- Remove unneeded CPP/LDFLAGS, this port does not contain C/C++ code
This commit is contained in:
Dmitry Marakasov 2017-04-21 14:11:27 +00:00
parent c69729b888
commit 5db6d796c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439072

View File

@ -3,6 +3,7 @@
PORTNAME= ganyremote
PORTVERSION= 6.3.3
PORTREVISION= 1
CATEGORIES= deskutils comms gnome
MASTER_SITES= SF/anyremote/${PORTNAME}/${PORTVERSION}
@ -10,15 +11,15 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME frontend for anyRemote
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= anyremote:comms/anyremote
USES= gettext python
USES= gettext python shebangfix
SHEBANG_FILES= ganyremote
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_ARCH= yes
OPTIONS_DEFINE= DOCS