1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/graphics/showimage/Makefile
Max Brazhnikov a567bb92e8 graphics/showimage:
- 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)
2014-03-16 19:25:36 +00:00

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>