98ffbf2bca
- rename checksums file - add regression tests - change autoconf test to use __ELF__ cpp symbol instead of using file(1)
33 lines
734 B
Makefile
33 lines
734 B
Makefile
# $OpenBSD: Makefile,v 1.31 2001/12/08 05:22:07 brad Exp $
|
|
|
|
COMMENT= "stack-based interpreter for terminal applications"
|
|
|
|
DISTNAME= slang-1.4.4
|
|
PKGNAME= libslang-1.4.4
|
|
CATEGORIES= devel
|
|
NEED_VERSION= 1.500
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \
|
|
http://gd.tuwien.ac.at/editors/davis/slang/v1.4/
|
|
|
|
HOMEPAGE= http://www.s-lang.org/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf
|
|
|
|
REGRESS_TARGET= runtests
|
|
REGRESS_FLAGS= TCAPLIB="-ltermlib"
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.if !defined(NO_SHARED_LIBS)
|
|
ALL_TARGET= all elf
|
|
INSTALL_TARGET= install-elf
|
|
.endif
|