mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
a567bb92e8
- update to 1.8.1 - modernize Makefile (stage support, USES) - trim COMMENT - fix desktop file: only the showimage binary was renamed, the icon retains original name PR: ports/187638 Approved by: Rusty Nejdl (maintainer)
25 lines
695 B
Makefile
25 lines
695 B
Makefile
# Created by: Rusty Nejdl <rnejdl@ringofsaturn.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= showimage
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
|
|
DISTNAME= 143977-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
|
COMMENT= Simple KDE based image viewer
|
|
|
|
USES= cmake:outsource tar:bzip2
|
|
USE_KDE4= automoc4 kdeprefix kdelibs
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
# Rename binary to avoid conflict with graphics/sdl_image
|
|
PLIST_FILES= bin/${PORTNAME}-kde4 \
|
|
share/applications/kde4/${PORTNAME}.desktop \
|
|
share/icons/hicolor/32x32/apps/${PORTNAME}.png
|
|
|
|
.include <bsd.port.mk>
|