openbsd-ports/x11/vdesk/Makefile
jasper 20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00

29 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.5 2009/09/15 17:37:22 jasper Exp $
COMMENT= virtual desktop manager
DISTNAME= vdesk-1.2
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
MASTER_SITES= http://offog.org/files/
HOMEPAGE= http://offog.org/code/vdesk.html
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
WANTLIB+= ICE SM X11 c
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vdesk
cp ${WRKSRC}/README ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
${PREFIX}/share/doc/vdesk
.include <bsd.port.mk>