mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add lxtask, a lightweight desktop-independent task manager.
This commit is contained in:
parent
8912532161
commit
5127b15549
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215435
@ -411,6 +411,7 @@
|
||||
SUBDIR += lugtools
|
||||
SUBDIR += luma
|
||||
SUBDIR += lxsplit
|
||||
SUBDIR += lxtask
|
||||
SUBDIR += magicrescue
|
||||
SUBDIR += maint
|
||||
SUBDIR += makefs
|
||||
|
35
sysutils/lxtask/Makefile
Normal file
35
sysutils/lxtask/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: lxtask
|
||||
# Date created: 2008/06/20
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lxtask
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= lxde
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= A lightweight desktop-independent task manager
|
||||
|
||||
USE_GNOME= gtk20 intlhack
|
||||
USE_GCC= 3.3+
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/lxtask/distinfo
Normal file
3
sysutils/lxtask/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (lxtask-0.1.tar.gz) = e69b31ea8169bcf1d9b0c40c06a6e782
|
||||
SHA256 (lxtask-0.1.tar.gz) = fff1303410c023a99cc8b292d27449d91268c72b862699ba930c9ed0f23e4767
|
||||
SIZE (lxtask-0.1.tar.gz) = 235606
|
3
sysutils/lxtask/pkg-descr
Normal file
3
sysutils/lxtask/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
lxtask is a lightweight desktop-independent task manager.
|
||||
|
||||
WWW: http://lxde.sourceforge.net/
|
25
sysutils/lxtask/pkg-plist
Normal file
25
sysutils/lxtask/pkg-plist
Normal file
@ -0,0 +1,25 @@
|
||||
bin/lxtask
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/nb_NO/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/pt_PT/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/lxtask.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lxtask.mo
|
||||
share/applications/lxtask.desktop
|
||||
@dirrmtry share/applications
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO
|
Loading…
Reference in New Issue
Block a user