aboutsummaryrefslogtreecommitdiff
path: root/deskutils/knowit/Makefile
blob: 7183a5c30ca4a6fde476bb1da413526192ad38b1 (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
28
29
30
31
32
33
34
35
# ex:ts=8
#
# New ports collection makefile for:	knowit
# Date created:			2002/12/08
# Whom:				Alan Eldridge <ports@geeksrus.net>
#
# $FreeBSD$
#

PORTNAME=	knowit
PORTVERSION=	0.6
PORTREVISION=	0
#PORTEPOCH=
CATEGORIES=	deskutils
MASTER_SITES=	http://knowit.sourceforge.net/files/

MAINTAINER=	alane@FreeBSD.org

USE_KDELIBS_VER=3
PREFIX=		${KDE_PREFIX}

USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes

BINDIR=		${PREFIX}/bin
BINNAME=	${CONFIGURE_TARGET}-${PORTNAME}
PLIST_SUB=	BINNAME=${BINNAME}

post-install:
	cd ${BINDIR}; ${RM} -f ${PORTNAME}; \
		${LN} -sf ${BINNAME} ${PORTNAME}

.include <bsd.port.mk>
#EOF