freebsd-ports/devel/libdisasm/Makefile
Alexey Dokuchaev 639c8b7a59 - Remove bogus ONLY_FOR_ARCHS: there is nothing x86-specific about this
library (apart from supported instruction set) and it runs just fine
  on e.g. PowerPC
- Try to come up with slightly less obnoxious COMMENT and reformat port
  description text for better looks
2017-03-16 07:21:23 +00:00

31 lines
644 B
Makefile

# Created by: Lutz Boehne <lboehne@damogran.de>
# $FreeBSD$
PORTNAME= libdisasm
PORTVERSION= 0.23
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/bastard/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Intel x86 instructions disassembler utility and library
LICENSE= ART10
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PORTDOCS= libdisasm.txt
OPTIONS_DEFINE= DOCS
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdisasm.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/libdisasm.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>