1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/udis86/Makefile
Roman Bogorodskiy f000ab5044 Update to 1.1.
PR:		99599
Submitted by:	Lutz Boehne (maintainer)
2006-06-29 11:02:39 +00:00

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>