freebsd-ports/x11-wm/wmDeskGuide/Makefile
Adam Weinberger c5321d96fb Add wmDeskGuide-0.1.
wmDeskGuide is a desktop pager that runs as a WindowMaker dockapp.

It's been nearly 1 year since I submitted this PR, so I guess
it's fermented enough to bottle and commit it.

PR:		ports/41036
Submitted by:	Adam Weinberger <adam@vectors.cx>
2003-06-03 22:05:25 +00:00

27 lines
621 B
Makefile

# New ports collection makefile for: wmDeskGuide
# Date created: 26 July 2002
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= wmDeskGuide
PORTVERSION= 0.1
CATEGORIES= x11-wm windowmaker
MASTER_SITES= http://charybda.icm.edu.pl/~jarwyp/download/
MAINTAINER= adamw@FreeBSD.org
COMMENT= A pager for the WindowMaker dock
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomelibs gdkpixbuf
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmDeskGuide ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>