summaryrefslogtreecommitdiff
path: root/x11/vdesk
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-31 22:26:37 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-31 22:26:37 +0000
commit3a6d3d5a6d758a9d018a4ef166f914a340884f89 (patch)
treec234e6a7cc03a0400d695c5f4c8887bd91c0b4e7 /x11/vdesk
parent- Update to version 0.4.4 (diff)
Update to 1.2.
Requested by: vdesk author Adam Sampson via e-mail Submitted by: Tim Bishop via GNATS PR: 58781
Notes
Notes: svn path=/head/; revision=92758
Diffstat (limited to 'x11/vdesk')
-rw-r--r--x11/vdesk/Makefile27
-rw-r--r--x11/vdesk/distinfo2
2 files changed, 22 insertions, 7 deletions
diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile
index 69859587b72c..cc115b654467 100644
--- a/x11/vdesk/Makefile
+++ b/x11/vdesk/Makefile
@@ -6,24 +6,39 @@
#
PORTNAME= vdesk
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= x11
MASTER_SITES= http://offog.org/files/
MAINTAINER= trevor@FreeBSD.org
COMMENT= Command-line utility for setting up and using virtual desktops
+DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
PLIST= ${WRKDIR}/pkg-plist
-RESTRICTED= "no license"
-NO_CDROM= ${RESTRICTED}
-NO_FTP= ${RESTRICTED}
-USE_IMAKE= yes
-WRKSRC= ${WRKDIR}/vdesk
+USE_AUTOCONF= yes
+USE_X_PREFIX= yes
+WANT_AUTOCONF_VER= 253
+
+post-extract:
+# Avoid having to read this lengthy file.
+ ${RM} ${WRKSRC}/configure
pre-install:
${ECHO_CMD} bin/vdesk > ${PLIST}
+.if !defined(NOPORTDOCS)
+.for ii in ${DOCS}
+ ${ECHO_CMD} share/doc/vdesk/${ii} >> ${PLIST}
+.endfor
+ ${ECHO_CMD} @dirrm share/doc/vdesk >> ${PLIST}
+.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for ii in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/x11/vdesk/distinfo b/x11/vdesk/distinfo
index b0d7942f836b..0a75e2d9eb03 100644
--- a/x11/vdesk/distinfo
+++ b/x11/vdesk/distinfo
@@ -1,2 +1,2 @@
$FreeBSD$
-MD5 (vdesk-1.1.tar.gz) = c4712935be58a1bfe5de2b135632f4ce
+MD5 (vdesk-1.2.tar.gz) = 8c434dc188c868f19e57674074489481