mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8581757f83
Seems I've got much too used to Subversion's "recursive add by default" :)
30 lines
655 B
Makefile
30 lines
655 B
Makefile
# New ports collection makefile for: wmanager-addons
|
|
# Date created: 22 May 2008
|
|
# Whom: Peter Pentchev <roam@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmanager-addons
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://devel.ringlet.net/x11/wmanager-addons/
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= Helper scripts and documentation for the X11 window manager selector
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
MAN1= wmanager.1 wmanager-loop.1 wmanagerrc-update.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in Changes README THANKS TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|