freebsd-ports/x11/vdesk/Makefile
Ade Lovett 771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00

42 lines
852 B
Makefile

# New ports collection makefile for: vdesk
# Date created: 2002-05-13
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= vdesk
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://offog.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line utility for setting up and using virtual desktops
DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
PLIST_DIRS= share/doc/vdesk
PLIST_FILES= bin/vdesk
.if !defined(NOPORTDOCS)
.for ii in ${DOCS}
PLIST_FILES+= share/doc/vdesk/${ii}
.endfor
.endif
USE_AUTOTOOLS= autoconf:262
USE_XORG= x11
post-extract:
# Avoid having to read this lengthy file.
${RM} ${WRKSRC}/configure
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>