summaryrefslogtreecommitdiffstats
path: root/deskutils/aspostit/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2000-07-29 17:48:26 +0000
committernbm <nbm@FreeBSD.org>2000-07-29 17:48:26 +0000
commit45f9da16c1681a6bf86a9aae0fc7bb54a7db4f8f (patch)
tree85c1ab10cba40548090493eb265e7c6c1216e6c0 /deskutils/aspostit/Makefile
parent055574ada6da4ad8d4baca7b3ac16a6a95250b6b (diff)
downloadFreeBSD-ports-45f9da16c1681a6bf86a9aae0fc7bb54a7db4f8f.zip
FreeBSD-ports-45f9da16c1681a6bf86a9aae0fc7bb54a7db4f8f.tar.gz
Add aspostit, an afterstep version of xpostit.
PR: ports/9289 Submitted by: Kris Kennaway <kris@FreeBSD.org>
Diffstat (limited to 'deskutils/aspostit/Makefile')
-rw-r--r--deskutils/aspostit/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
new file mode 100644
index 0000000..36c0e13
--- /dev/null
+++ b/deskutils/aspostit/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: ASPostIt
+# Date created: 2 January 1999
+# Whom: Kris Kennaway <kris@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= aspostit
+PORTVERSION= 1.3
+CATEGORIES= deskutils
+MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
+MASTER_SITE_SUBDIR= apps/aspostit
+
+MAINTAINER= kris@FreeBSD.org
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ \
+ jpeg.9:${PORTSDIR}/graphics/jpeg/
+
+USE_X_PREFIX= yes
+USE_XLIB= yes
+
+USE_GMAKE= yes
+
+GNU_CONFIGURE= yes
+
+MAN1= aspostit.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/aspostit.man ${PREFIX}/man/man1/aspostit.1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud