Add xfce4-calendar 0.1.5, a calendar application to manage your time
with XFce 4. PR: ports/61350 Submitted by: Matt Lancereau <matt@rimasec.net> Approved by: nork (mentor/implicitly)
This commit is contained in:
parent
59336fe39c
commit
23578a1604
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98189
5 changed files with 39 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
|||
SUBDIR += wmpinboard
|
||||
SUBDIR += xcalendar
|
||||
SUBDIR += xchm
|
||||
SUBDIR += xfce4-calendar
|
||||
SUBDIR += xfce4-notes-plugin
|
||||
SUBDIR += xinvest
|
||||
SUBDIR += xmaddressbook
|
||||
|
|
28
deskutils/xfce4-calendar/Makefile
Normal file
28
deskutils/xfce4-calendar/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: xfce4-calendar
|
||||
# Date created: 2003-01-14
|
||||
# Whom: Matt Lancereau <matt@rimasec.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-calendar
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= http://xfce.org/archive/xfce-4.0.3.1/src/
|
||||
DISTNAME= xfcalendar-${PORTVERSION}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= matt@rimasec.net
|
||||
COMMENT= A calendar application to manage your time with XFce 4
|
||||
|
||||
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
|
||||
|
||||
USE_GNOME= gtk20 libxml2
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/xfce4-calendar/distinfo
Normal file
1
deskutils/xfce4-calendar/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xfce4/xfcalendar-0.1.5.tar.gz) = e08db4fa5f2486f3bbb8414036be22e4
|
4
deskutils/xfce4-calendar/pkg-descr
Normal file
4
deskutils/xfce4-calendar/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A calendar application to manage your time with XFce 4.
|
||||
|
||||
Author: Mickael Graf <korbinus@linux.se>
|
||||
WWW: http://xfce.org/archive/xfce-4.0.3.1/src/
|
5
deskutils/xfce4-calendar/pkg-plist
Normal file
5
deskutils/xfce4-calendar/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/xfcalendar
|
||||
lib/xfce4/mcs-plugins/xfcalendar_plugin.so
|
||||
lib/xfce4/mcs-plugins/xfcalendar_plugin.la
|
||||
lib/xfce4/mcs-plugins/xfcalendar_plugin.a
|
||||
@unexec rmdir %D/lib/xfce4/mcs-plugins 2>/dev/null || true
|
Loading…
Reference in a new issue