openbsd-ports/devel/avr/gdb/Makefile
jasper 258b54f6e3 start moving gnu toolchain components into their own DIST_SUBDIR, such as
gdb/. otherwise we would end up with several copies of the same distfile
for no good reason.

ok pirofti@
2011-11-11 18:33:03 +00:00

34 lines
660 B
Makefile

# $OpenBSD: Makefile,v 1.13 2011/11/11 18:33:03 jasper Exp $
COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU gdb
VER= 6.8
DISTNAME= gdb-${VER}
PKGNAME= avr-gdb-${VER}
REVISION= 6
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c expat m ncurses
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
DIST_SUBDIR= gdb
REGRESS_DEPENDS= devel/dejagnu
RUN_DEPENDS= devel/avr/binutils \
devel/avr/gcc
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_LIBTOOL= Yes
USE_GROFF = Yes
LIBTOOL_FLAGS= --tag=disable-shared
.include <bsd.port.mk>