diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 06:55:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 06:55:54 +0800 |
commit | f655e08a7a38fe98d8e7623393ca7cd253e3fda2 (patch) | |
tree | 7d045d36aa89a9964c7ff48348e17c2e8acec93a /deskutils | |
parent | 3a754d071fb508489e797d1a7a4bc14607fed49b (diff) | |
download | freebsd-ports-gnome-f655e08a7a38fe98d8e7623393ca7cd253e3fda2.tar.gz freebsd-ports-gnome-f655e08a7a38fe98d8e7623393ca7cd253e3fda2.tar.zst freebsd-ports-gnome-f655e08a7a38fe98d8e7623393ca7cd253e3fda2.zip |
Snotes is a program which allows you to create and manage Post-It(TM)
style sticky-notes on your desktop. It was designed as a lightweight
replacement for knotes.
WWW: http://sourceforge.net/projects/s-notes/
PR: ports/96421
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/snotes/Makefile | 36 | ||||
-rw-r--r-- | deskutils/snotes/distinfo | 3 | ||||
-rw-r--r-- | deskutils/snotes/pkg-descr | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 7d2182077ea8..725fdfbef528 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -133,6 +133,7 @@ SUBDIR += rox-memo SUBDIR += rubrica SUBDIR += sliderule + SUBDIR += snotes SUBDIR += splashsetter SUBDIR += sugarcrm SUBDIR += sunbird diff --git a/deskutils/snotes/Makefile b/deskutils/snotes/Makefile new file mode 100644 index 000000000000..51806752c23c --- /dev/null +++ b/deskutils/snotes/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: snotes +# Date Created: 2006-04-27 +# Whom: Shaun Amott <shaun@inerd.com> +# +# $FreeBSD$ +# + +PORTNAME= snotes +PORTVERSION= 1.1.5 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= s-notes + +MAINTAINER= shaun@inerd.com +COMMENT= A lightweight, configurable sticky notes utility + +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + +USE_X_PREFIX= yes +USE_QT_VER= 3 +MAKE_ENV= QTDIR="${QT_PREFIX}" \ + QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ + +WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.pre.mk> + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -project + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -nocache + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/deskutils/snotes/distinfo b/deskutils/snotes/distinfo new file mode 100644 index 000000000000..059f44e4cee5 --- /dev/null +++ b/deskutils/snotes/distinfo @@ -0,0 +1,3 @@ +MD5 (snotes-1.1.5.tar.gz) = 3c0fbfabb91edfc8a6c8b9ab14a55e33 +SHA256 (snotes-1.1.5.tar.gz) = fcaccced8e2e73b26545a921c5adb37548ae05946335fe9ea3a7b1355902b38a +SIZE (snotes-1.1.5.tar.gz) = 177647 diff --git a/deskutils/snotes/pkg-descr b/deskutils/snotes/pkg-descr new file mode 100644 index 000000000000..f53bf2680994 --- /dev/null +++ b/deskutils/snotes/pkg-descr @@ -0,0 +1,5 @@ +Snotes is a program which allows you to create and manage Post-It(TM) +style sticky-notes on your desktop. It was designed as a lightweight +replacement for knotes. + +WWW: http://sourceforge.net/projects/s-notes/ |