mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fcb4394abd
* Added Bulgarian and Estonian tranlations * Updated Germany translation * Fixed translation bug with category names Approved by: fjoe (mentor) (implicit)
22 lines
465 B
Makefile
22 lines
465 B
Makefile
# New ports collection makefile for: bookcase
|
|
# Date created: 11 May 2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bookcase
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://www.periapsis.org/bookcase/download/
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Personal book collection manager for KDE
|
|
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|