1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/libdisasm/Makefile
Wesley Shields 88bce99612 Update to 0.23 and pass maintainership to submiter.
PR:		ports/123667
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	garga (mentor, implicit), lboehne@damogran.de (maintainer)
2008-05-21 17:08:49 +00:00

39 lines
768 B
Makefile

# New ports collection makefile for: libdisasm
# Date created: 18 January 2006
# Whom: Lutz Boehne <lboehne@damogran.de>
#
# $FreeBSD$
#
PORTNAME= libdisasm
PORTVERSION= 0.23
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bastard
MAINTAINER= bf2006a@yahoo.com
COMMENT= The Bastard Disassembly Environment x86 disassembler library and CLI
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
.ifndef(NOPORTDOCS)
PORTDOCS= libdisasm.txt
.endif
MAN1= x86dis.1
MAN3= x86_disasm.3 x86_format_insn.3 x86_init.3
MAN7= libdisasm.7
post-install:
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>