diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-01-28 06:43:23 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-01-28 06:43:23 +0800 |
commit | 715c00ad16bd704ff67426f980ce31944572973a (patch) | |
tree | d137dbc52c76dd81de21492ee790ee8bb78dd732 /misc/tellico-kde4/Makefile | |
parent | 39b7f51a3b52ea5e94371fdd5bb640d84a3357a2 (diff) | |
download | freebsd-ports-gnome-715c00ad16bd704ff67426f980ce31944572973a.tar.gz freebsd-ports-gnome-715c00ad16bd704ff67426f980ce31944572973a.tar.zst freebsd-ports-gnome-715c00ad16bd704ff67426f980ce31944572973a.zip |
- Update to 2.3.7.
- Trim Makefile header.
- Move LICENSE to the right place in the Makefile.
- Remove version number from the library dependencies.
Diffstat (limited to 'misc/tellico-kde4/Makefile')
-rw-r--r-- | misc/tellico-kde4/Makefile | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index b9da9b1e048e..66071886527b 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -1,27 +1,23 @@ -# New ports collection makefile for: bookcase -# Date created: 11 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= tellico -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.7 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ MAINTAINER= kde@FreeBSD.org COMMENT= Collection manager for KDE -LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ - poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ - yaz.4:${PORTSDIR}/net/yaz \ - exempi.3:${PORTSDIR}/textproc/exempi \ - kcddb.5:${PORTSDIR}/multimedia/kdemultimedia4 \ - qjson.0:${PORTSDIR}/devel/qjson - LICENSE= GPLv2 +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ + poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ + yaz:${PORTSDIR}/net/yaz \ + exempi:${PORTSDIR}/textproc/exempi \ + kcddb:${PORTSDIR}/multimedia/kdemultimedia4 \ + qjson:${PORTSDIR}/devel/qjson + LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes |