2001-04-17 10:32:28 +02:00
|
|
|
# New ports collection makefile for: nickle
|
|
|
|
# Date created: 16 April 2001
|
|
|
|
# Whom: Christopher Elkins <chrise@scardini.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nickle
|
2007-05-25 00:27:10 +02:00
|
|
|
PORTVERSION= 2.56
|
2001-04-17 10:32:28 +02:00
|
|
|
CATEGORIES= lang
|
2001-04-24 16:11:31 +02:00
|
|
|
MASTER_SITES= http://www.nickle.org/release/
|
2001-04-17 10:32:28 +02:00
|
|
|
|
2004-08-22 06:59:53 +02:00
|
|
|
MAINTAINER= anholt@FreeBSD.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= A desk calculator language
|
2001-04-17 10:32:28 +02:00
|
|
|
|
2002-01-09 03:19:19 +01:00
|
|
|
USE_GMAKE= yes
|
2001-04-17 10:32:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-31 09:01:26 +02:00
|
|
|
USE_GNOME= gnometarget
|
|
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
2001-04-17 10:32:28 +02:00
|
|
|
|
2005-02-11 00:00:08 +01:00
|
|
|
# Nickle now has bindings which are likely to pull in libraries that need
|
|
|
|
# libpthread. Link to it now, since it wouldn't work at runtime.
|
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
|
2004-03-19 20:38:07 +01:00
|
|
|
MAN1= nickle.1
|
2001-04-17 10:32:28 +02:00
|
|
|
|
2004-03-19 20:38:07 +01:00
|
|
|
.include <bsd.port.mk>
|