2001-04-18 15:43:17 -04:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: Crank
|
|
|
|
# Date created: Apr 18, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= crank
|
2001-09-11 04:13:02 -04:00
|
|
|
PORTVERSION= 0.2.1
|
2001-04-18 15:43:17 -04:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-08-09 05:00:57 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2001-04-18 15:43:17 -04:00
|
|
|
|
2001-09-11 04:13:02 -04:00
|
|
|
LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
|
|
|
|
|
2001-04-18 15:43:17 -04:00
|
|
|
USE_GTK= yes
|
2001-08-09 05:00:57 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2001-09-11 04:13:02 -04:00
|
|
|
GUILE_CONFIG= ${LOCALBASE}/bin/guile-config
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} `${GUILE_CONFIG} compile`" \
|
|
|
|
LDFLAGS="`${GUILE_CONFIG} link`"
|
2001-04-18 15:43:17 -04:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|