summaryrefslogtreecommitdiff
path: root/deskutils/kmatrix3d/Makefile
blob: d194d8b6a40d31efe12efec0df580b4ec839e37b (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
36
# New ports collection makefile for:   kmatrix
# Date created:        11 February 2007
# Whom:                Gustavo Perez
#
# $FreeBSD$
#

PORTNAME=		kmatrix3d
PORTVERSION=		0.1
PORTREVISION=	1
CATEGORIES=		deskutils
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=		gustau.perez@gmail.com
COMMENT=		Eye candy for KDE, a new Matrix screensaver

LIB_DEPENDS=		glut.4:${PORTSDIR}/graphics/libglut

DOCSDIR=		${PREFIX}/share/doc/HTML/en/kmatrix3d/

WRKSRC=			${WRKDIR}/${PORTNAME}

USE_GL=			yes
GNU_CONFIGURE=		yes
USE_GMAKE=		yes
USE_AUTOTOOLS=		libtool:15 automake:19:env autoheader:259:env
USE_KDELIBS_VER=	3
USE_BZIP2=		yes

pre-configure:
	cd ${WRKSRC} && ${MAKE} -f admin/Makefile.common

MANCOMPRESSED=		yes

.include <bsd.port.mk>