45394bc538
Submitted by: dbn
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libunwind
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= devel linux
|
|
MASTER_SITES= EPEL/l
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Generic stack unwinding library (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
RPMVERSION= 3.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|