openbsd-ports/devel/libslang/Makefile

37 lines
862 B
Makefile
Raw Normal View History

2004-10-18 23:07:56 -04:00
# $OpenBSD: Makefile,v 1.41 2004/10/19 03:07:56 brad Exp $
2002-10-18 23:07:28 -04:00
COMMENT= "stack-based interpreter for terminal applications"
2000-11-11 17:40:55 -05:00
2003-05-14 00:52:27 -04:00
VERSION= 1.4.9
2002-10-18 23:07:28 -04:00
DISTNAME= slang-${VERSION}
PKGNAME= libslang-${VERSION}p1
2002-10-18 23:07:28 -04:00
CATEGORIES= devel
2003-05-14 00:52:27 -04:00
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \
http://gd.tuwien.ac.at/editors/davis/slang/v1.4/
1998-10-08 14:47:14 -04:00
2002-10-18 23:07:28 -04:00
HOMEPAGE= http://www.s-lang.org/
2000-06-25 16:38:30 -04:00
2003-01-03 19:05:46 -05:00
# Artistic
2000-03-04 14:12:51 -05:00
PERMIT_PACKAGE_CDROM= Yes
2002-10-18 23:07:28 -04:00
PERMIT_PACKAGE_FTP= Yes
2000-03-04 14:12:51 -05:00
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-03-25 10:28:04 -05:00
CONFIGURE_STYLE= autoconf no-autoheader
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf
2000-03-04 14:12:51 -05:00
2002-05-07 22:04:08 -04:00
REGRESS_TARGET= runtests
REGRESS_FLAGS= TCAPLIB="-ltermlib"
2002-10-18 23:07:28 -04:00
pre-patch:
.for f in aclocal.m4 configure.in
@cd ${WRKSRC} && ln -sf autoconf/${f} ${f}
.endfor
1997-11-19 19:18:38 -05:00
.include <bsd.port.mk>
1999-06-23 13:28:33 -04:00
2004-08-02 08:35:05 -04:00
.if !(defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes")
1999-06-23 13:28:33 -04:00
ALL_TARGET= all elf
INSTALL_TARGET= install-elf
.endif