30 lines
652 B
Makefile
30 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/07 16:23:22 asau Exp $
|
|
#
|
|
|
|
DISTNAME= syx-0.1.7
|
|
CATEGORIES= lang devel
|
|
MASTER_SITES= http://syx.berlios.de/downloads/
|
|
|
|
MAINTAINER= athaba@users.sourceforge.net
|
|
HOMEPAGE= http://syx.berlios.de/
|
|
COMMENT= Free and portable smalltalk implementation
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ARGS= --enable-maintainer-mode \
|
|
--with-gmp \
|
|
--disable-gtk \
|
|
--disable-readline \
|
|
--disable-x11
|
|
|
|
TEST_TARGET= check
|
|
|
|
PKGCONFIG_OVERRIDE+= syx.pc.in
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "options.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|