aboutsummaryrefslogtreecommitdiff
path: root/net-im/toxic
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-17 11:04:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-17 11:04:04 +0000
commit2408fdce5aa82882af7c198d0f80a1bb87cc0864 (patch)
tree4156e384bc0f504529a08ba38d7b00f67ce64426 /net-im/toxic
parent0b689343abb395ec62ca0bee6e3d540782b386e9 (diff)
downloadports-2408fdce5aa82882af7c198d0f80a1bb87cc0864.tar.gz
ports-2408fdce5aa82882af7c198d0f80a1bb87cc0864.zip
- Add LICENSE_FILE
- Pet portlint - Drop 8.x support Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397105
Diffstat (limited to 'net-im/toxic')
-rw-r--r--net-im/toxic/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile
index d76988451b10..402dbf4c74a7 100644
--- a/net-im/toxic/Makefile
+++ b/net-im/toxic/Makefile
@@ -8,7 +8,8 @@ CATEGORIES= net-im
MAINTAINER= thierry@FreeBSD.org
COMMENT= Console client for Tox
-LICENSE= GPLv3
+LICENSE= GPLv3 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \
@@ -30,14 +31,7 @@ X11_LIB_DEPENDS=libnotify.so:${PORTSDIR}/devel/libnotify
MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"
SUB_FILES= pkg-message
-USES= desktop-file-utils ncurses openal:al,alut gmake pkgconfig
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900033
-USE_BINUTILS= yes
-LDFLAGS+= -B${LOCALBASE}/bin
-.endif
+USES= desktop-file-utils gmake ncurses openal:al,alut pkgconfig
pre-configure:
${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD.*$$|${GH_TAGNAME}|' \
@@ -47,4 +41,4 @@ post-install:
${RM} ${STAGEDIR}${MANPREFIX}/man/man1/toxic.1-e ${STAGEDIR}${MANPREFIX}/man/man5/toxic.conf.5-e
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/toxic
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>