svn commit: r439072 - head/deskutils/ganyremote

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 14:11:28 UTC 2017


Author: amdmi3
Date: Fri Apr 21 14:11:27 2017
New Revision: 439072
URL: https://svnweb.freebsd.org/changeset/ports/439072

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  - Add NO_ARCH
  - Remove unneeded CPP/LDFLAGS, this port does not contain C/C++ code

Modified:
  head/deskutils/ganyremote/Makefile

Modified: head/deskutils/ganyremote/Makefile
==============================================================================
--- head/deskutils/ganyremote/Makefile	Fri Apr 21 14:10:01 2017	(r439071)
+++ head/deskutils/ganyremote/Makefile	Fri Apr 21 14:11:27 2017	(r439072)
@@ -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 at 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
 


More information about the svn-ports-head mailing list