openbsd-ports/devel/ald/Makefile

30 lines
593 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $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
2004-11-23 06:22:00 -05:00
WANTLIB= c readline termcap
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ald/}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-gtk
2004-07-31 17:17:21 -04:00
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf \
${WRKSRC}/libDASM/autoconf \
${WRKSRC}/libDebug/autoconf
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
2013-03-11 06:50:00 -04:00
NO_TEST= Yes
.include <bsd.port.mk>