mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
8c2c6066bc
Noticed by: bento / linimon
30 lines
576 B
Makefile
30 lines
576 B
Makefile
# New ports collection makefile for: vdesk
|
|
# Date created: 2002-05-13
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vdesk
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://offog.org/files/
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
COMMENT= Command-line utility for setting up and using virtual desktops
|
|
|
|
PLIST= ${WRKDIR}/pkg-plist
|
|
RESTRICTED= "no license"
|
|
NO_CDROM= ${RESTRICTED}
|
|
NO_FTP= ${RESTRICTED}
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/vdesk
|
|
|
|
pre-install:
|
|
${ECHO_CMD} bin/vdesk > ${PLIST}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/vdesk ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|