openbsd-ports/devel/ald/Makefile
2013-03-11 10:50:00 +00:00

30 lines
593 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:00 espie Exp $
ONLY_FOR_ARCHS= i386
COMMENT= assembly language debugger
DISTNAME= ald-0.1.7
CATEGORIES= devel
HOMEPAGE= http://ald.sourceforge.net/
MAINTAINER= Patrick Alken <alken@colorado.edu>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c readline termcap
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ald/}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-gtk
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf \
${WRKSRC}/libDASM/autoconf \
${WRKSRC}/libDebug/autoconf
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>