mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c5321d96fb
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>
28 lines
621 B
Makefile
28 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>
|