mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
simple notekeeper and todo-list manager for GNOME
PR: 15138
This commit is contained in:
parent
716766b137
commit
f67edc574e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24086
30
deskutils/yank/Makefile
Normal file
30
deskutils/yank/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: yank
|
||||
# Version required: 0.1.1
|
||||
# Date created: 28 November 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= yank-0.1.1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/
|
||||
|
||||
MAINTAINER= jedgar@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-x
|
||||
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/yank/distinfo
Normal file
1
deskutils/yank/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (yank-0.1.1.tar.bz2) = b298258caade3d1eedf14a75835735b5
|
1
deskutils/yank/pkg-comment
Normal file
1
deskutils/yank/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Yank is a simple notekeeper and todo-list manager for GNOME
|
13
deskutils/yank/pkg-descr
Normal file
13
deskutils/yank/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
Yank is a simple notekeeper and todo-list manager for GNOME.
|
||||
|
||||
Features include:
|
||||
|
||||
* note organization in a tree structure
|
||||
* 3 different types of notes
|
||||
* sortable todolist
|
||||
* drag & drop support
|
||||
|
||||
WWW: http://home.ins.de/~m.hussmann/software/yank/
|
||||
|
||||
- Chris D. Faulhaber
|
||||
jedgar@fxp.org
|
3
deskutils/yank/pkg-plist
Normal file
3
deskutils/yank/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/yank
|
||||
share/gnome/apps/Applications/yank.desktop
|
||||
share/pixmaps/yank.png
|
Loading…
Reference in New Issue
Block a user