aboutsummaryrefslogtreecommitdiffstats
path: root/security/geheimnis/Makefile
blob: 6237019bedb6720bb0db8cfe131e18cba91f7631 (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
# New ports collection makefile for:    geheimnis
# Date created:     09 Feb 2001
# Whom:         Pekka Nikander <Pekka.Nikander@iki.fi>
#
# $FreeBSD$
#

PORTNAME=       geheimnis
PORTVERSION=        2.0.20021120
CATEGORIES=     security kde
MASTER_SITES=       ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved

MAINTAINER=     arved@FreeBSD.org

USE_KDELIBS_VER=    3
USE_GMAKE=      yes
GNU_CONFIGURE=      yes
USE_BZIP2=      yes
WRKSRC=         ${WRKDIR}/${PORTNAME}_kde3
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.mk>