diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
commit | 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /graphics/darknock | |
parent | 5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff) |
Notes
Diffstat (limited to 'graphics/darknock')
-rw-r--r-- | graphics/darknock/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/graphics/darknock/Makefile b/graphics/darknock/Makefile index b31375d19c37..d2c3c66ebfeb 100644 --- a/graphics/darknock/Makefile +++ b/graphics/darknock/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: darknock -# Date created: 5 August 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= darknock DISTVERSION= 0.3.0 PORTREVISION= 3 -CATEGORIES= graphics kde +CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A program that can detect edges in images +COMMENT= Program that can detect edges in images USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build gui WRKSRC= ${WRKDIR}/${PORTNAME} @@ -29,9 +25,9 @@ PLIST_SUB+= NLS="@comment " DESKTOP_ENTRIES= "${PORTNAME}" \ "${COMMENT}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "${PORTNAME}" \ - "${PORTNAME}" \ - "Qt;KDE;Graphics;" \ + "Graphics;Qt;" \ "false" post-patch: |