1
0
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:
Chris D. Faulhaber 1999-12-25 19:38:04 +00:00
parent 716766b137
commit f67edc574e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24086
5 changed files with 48 additions and 0 deletions

30
deskutils/yank/Makefile Normal file
View 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
View File

@ -0,0 +1 @@
MD5 (yank-0.1.1.tar.bz2) = b298258caade3d1eedf14a75835735b5

View File

@ -0,0 +1 @@
Yank is a simple notekeeper and todo-list manager for GNOME

13
deskutils/yank/pkg-descr Normal file
View 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
View File

@ -0,0 +1,3 @@
bin/yank
share/gnome/apps/Applications/yank.desktop
share/pixmaps/yank.png