diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-25 19:38:04 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-25 19:38:04 +0000 |
commit | f67edc574e63ba7d923ebfe54da57f15645ae158 (patch) | |
tree | 23d485f6823ee8e9d66ca0e380530e3c0e366856 /deskutils | |
parent | 716766b13714fdf8ac054586fb0a05827eebb7ed (diff) | |
download | ports-f67edc574e63ba7d923ebfe54da57f15645ae158.tar.gz ports-f67edc574e63ba7d923ebfe54da57f15645ae158.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/yank/Makefile | 30 | ||||
-rw-r--r-- | deskutils/yank/distinfo | 1 | ||||
-rw-r--r-- | deskutils/yank/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/yank/pkg-descr | 13 | ||||
-rw-r--r-- | deskutils/yank/pkg-plist | 3 |
5 files changed, 48 insertions, 0 deletions
diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile new file mode 100644 index 000000000000..e8b04dddb6b2 --- /dev/null +++ b/deskutils/yank/Makefile @@ -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> diff --git a/deskutils/yank/distinfo b/deskutils/yank/distinfo new file mode 100644 index 000000000000..e8289576df9f --- /dev/null +++ b/deskutils/yank/distinfo @@ -0,0 +1 @@ +MD5 (yank-0.1.1.tar.bz2) = b298258caade3d1eedf14a75835735b5 diff --git a/deskutils/yank/pkg-comment b/deskutils/yank/pkg-comment new file mode 100644 index 000000000000..b39422ffc3e9 --- /dev/null +++ b/deskutils/yank/pkg-comment @@ -0,0 +1 @@ +Yank is a simple notekeeper and todo-list manager for GNOME diff --git a/deskutils/yank/pkg-descr b/deskutils/yank/pkg-descr new file mode 100644 index 000000000000..e116e6c153da --- /dev/null +++ b/deskutils/yank/pkg-descr @@ -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 diff --git a/deskutils/yank/pkg-plist b/deskutils/yank/pkg-plist new file mode 100644 index 000000000000..f41f2c9ac4a7 --- /dev/null +++ b/deskutils/yank/pkg-plist @@ -0,0 +1,3 @@ +bin/yank +share/gnome/apps/Applications/yank.desktop +share/pixmaps/yank.png |