Changeset View
Changeset View
Standalone View
Standalone View
head/devel/breakpad/Makefile
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# Created by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> | |||||
# $FreeBSD$ | |||||
PORTNAME= breakpad | |||||
DISTVERSION= g20170811 | |||||
CATEGORIES= devel | |||||
MAINTAINER= luca.pizzamiglio@gmail.com | |||||
COMMENT= Client/server based crash-reporting system | |||||
LICENSE= BSD3CLAUSE | |||||
LICENSE_FILE= ${WRKSRC}/LICENSE | |||||
USES= autoreconf | |||||
GNU_CONFIGURE= yes | |||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= google | |||||
GH_TAGNAME= 38cbbfed71efcb28931b5e4a83e3c0d4661f1548 | |||||
post-extract: | |||||
@${MKDIR} ${WRKSRC}/src/third_party/lss | |||||
@${CP} ${FILESDIR}/linux_syscall_support.h ${WRKSRC}/src/third_party/lss | |||||
.include <bsd.port.mk> |