diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-17 19:04:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-17 19:04:04 +0800 |
commit | a74ae4ea011f99326009b13c0255455a206ab409 (patch) | |
tree | 4156e384bc0f504529a08ba38d7b00f67ce64426 /net-im/toxic | |
parent | c25cacc3bf30334bb5baed26db722f0bf8fd93f8 (diff) | |
download | freebsd-ports-gnome-a74ae4ea011f99326009b13c0255455a206ab409.tar.gz freebsd-ports-gnome-a74ae4ea011f99326009b13c0255455a206ab409.tar.zst freebsd-ports-gnome-a74ae4ea011f99326009b13c0255455a206ab409.zip |
- Add LICENSE_FILE
- Pet portlint
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/Makefile | 14 |
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> |