freebsd-ports/deskutils/kmatrix3d/Makefile
Mark Linimon 48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00

36 lines
778 B
Makefile

# New ports collection makefile for: kmatrix
# Date created: 11 February 2007
# Whom: Gustavo Perez
#
# $FreeBSD$
#
PORTNAME= kmatrix3d
PORTVERSION= 0.1
PORTREVISION= 2
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:261:env
USE_KDELIBS_VER= 3
USE_BZIP2= yes
pre-configure:
cd ${WRKSRC} && ${MAKE} -f admin/Makefile.common
MANCOMPRESSED= yes
.include <bsd.port.mk>