blob: 3d673a9779eb54870fe3a03ca8790e157d0df762 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: sobomax
# $FreeBSD$
PORTNAME= debugedit
PORTVERSION= 20170411.1
#PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= sobomax@FreeBSD.org
COMMENT= ELF file debug information extractor and editor
LICENSE= GPLv2
LIB_DEPENDS= libpopt.so:devel/popt
USE_GITHUB= yes
GH_ACCOUNT= CoryXie
GH_PROJECT= DebugEdit
GH_TAGNAME= b1e81ec
USES= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/debugedit ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|