1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/ds2/Makefile
Mathieu Arnold c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00

34 lines
589 B
Makefile

# $FreeBSD$
PORTNAME= ds2
PORTVERSION= 20151028
CATEGORIES= devel
MAINTAINER= wg@FreeBSD.org
COMMENT= Debug server for lldb
LICENSE= NCSA
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= facebook
GH_TAGNAME= 52c45f3
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= the ptrace code only has an amd64 backend
USES= cmake compiler
PLIST_FILES= bin/ds2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ds2 ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == "gcc"
IGNORE= builds only on greater than 10.1 and with clang
.endif
.include <bsd.port.post.mk>