6910bf819a
these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
25 lines
580 B
Makefile
25 lines
580 B
Makefile
# Created by: 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= c.petrik.sosa@gmail.com
|
|
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>
|