aboutsummaryrefslogtreecommitdiffstats
path: root/security/crank/Makefile
blob: 33b438a52b025cf9f27ae095e6e2c58560ee3151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ex:ts=8
# New ports collection makefile for:    Crank
# Date created:         Apr 18, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   crank
PORTVERSION=    0.2.1
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    guile:${PORTSDIR}/lang/guile

USE_GNOMENG=    yes
USE_GNOME=  gtk12
GNU_CONFIGURE=  yes
GUILE_CONFIG=   ${LOCALBASE}/bin/guile-config
CONFIGURE_ENV=  CFLAGS="${CFLAGS} `${GUILE_CONFIG} compile`" \
        LDFLAGS="`${GUILE_CONFIG} link`"
USE_GMAKE=  yes

.include <bsd.port.mk>
012-06-01 13:26:28 +0800'>2012-06-011-1/+1 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1