openbsd-ports/devel/ald/Makefile

33 lines
674 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.8 2010/11/15 19:45:56 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
NO_REGRESS= Yes
.include <bsd.port.mk>