freebsd-ports/security/crank/Makefile
Mario Sergio Fujikawa Ferreira 9764e65058 Deploy USE_GNOMENG infrastructure
PR:		42288
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:18:25 +00:00

27 lines
586 B
Makefile

# 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>