diff options
-rw-r--r-- | x11/vdesk/Makefile | 27 | ||||
-rw-r--r-- | x11/vdesk/distinfo | 2 |
2 files changed, 22 insertions, 7 deletions
diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile index 6985958..cc115b6 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 b0d7942..0a75e2d 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 |