freebsd-ports/deskutils/bookreader/Makefile

27 lines
525 B
Makefile
Raw Normal View History

# New ports collection makefile for: bookreader
# Date created: 2007-06-22
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= bookreader
PORTVERSION= 0.2
2012-06-01 07:26:28 +02:00
PORTREVISION= 5
CATEGORIES= deskutils kde
MASTER_SITES= SF/k${PORTNAME}/
DISTNAME= k${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A KDE twin-panel e-text/e-book viewer
USE_BZIP2= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>