aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmlongrun/Makefile
blob: bf6fb08ab6e568599e83dfa35062e9e2f0dfe355 (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
30
31
32
33
34
35
# New ports collection makefile for:    wmlongrun
# Date created:             Sat Mar 23 21:00:03 EST 2002
# Whom:                 pat
#
# $FreeBSD$
#

PORTNAME=   wmlongrun
PORTVERSION=    0.2.0
CATEGORIES= sysutils windowmaker
MASTER_SITES=   http://www.sh.rim.or.jp/~ssato/src/

MAINTAINER= pat@FreeBSD.org

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_XPM=    yes

MAN1=       wmlongrun.1

pre-patch:
.for dir in src doc .
    @${PERL} -pi -e 's|\@program_transform_name\@||' \
        ${WRKSRC}/${dir}/Makefile.in
.endfor

.ifndef(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
.for file in ChangeLog README
    @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS

.include <bsd.port.mk>