summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-28 22:55:54 +0000
committerpav <pav@FreeBSD.org>2006-04-28 22:55:54 +0000
commitf655e08a7a38fe98d8e7623393ca7cd253e3fda2 (patch)
tree7d045d36aa89a9964c7ff48348e17c2e8acec93a /deskutils
parent3a754d071fb508489e797d1a7a4bc14607fed49b (diff)
downloadFreeBSD-ports-f655e08a7a38fe98d8e7623393ca7cd253e3fda2.zip
FreeBSD-ports-f655e08a7a38fe98d8e7623393ca7cd253e3fda2.tar.gz
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/Makefile1
-rw-r--r--deskutils/snotes/Makefile36
-rw-r--r--deskutils/snotes/distinfo3
-rw-r--r--deskutils/snotes/pkg-descr5
4 files changed, 45 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 7d21820..725fdfb 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 0000000..5180675
--- /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 0000000..059f44e
--- /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 0000000..f53bf26
--- /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/
OpenPOWER on IntegriCloud