mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f000ab5044
PR: 99599 Submitted by: Lutz Boehne (maintainer)
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# New ports collection makefile for: udis86
|
|
# Date created: 7 June 2006
|
|
# Whom: Lutz Boehne <lboehne@damogran.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= udis86
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= lboehne@damogran.de
|
|
COMMENT= Minimalistic disassembler library (libudis86) for x86 and AMD64
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|