aboutsummaryrefslogtreecommitdiffstats
path: root/security/crank/Makefile
blob: cb725c14bb75ad795b74828ebb41fd843837344d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.1.4
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

USE_GTK=    yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes

.include <bsd.port.mk>