blob: cf7cdee87b3e248acc7bf4ea21213c71c0e55dcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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>
|