aboutsummaryrefslogtreecommitdiffstats
path: root/x11/bricons/Makefile
blob: 37ff1a0f46bda090a5eb4805922d69dd7969f68e (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
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    bricons
# Date created:     31 Jul 1996
# Whom:         shanee@augusta.de
#
# $FreeBSD$
#

PORTNAME=   bricons
PORTVERSION=    3.0
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.x.org/R5contrib/
DISTNAME=   ${PORTNAME}
EXTRACT_SUFX=   -athena-3.0.tar.Z

MAINTAINER= ports@FreeBSD.org
COMMENT=    Quick start up utility for applications on an X display

USE_IMAKE=  yes
USE_PERL5_BUILD=yes
USE_XPM=    yes
MAN1=       bricons.1

.include <bsd.port.pre.mk>

.if ${X_WINDOW_SYSTEM:L} == xfree86-4
PLIST_SUB+= NEWMTREE=""
.else
PLIST_SUB+= NEWMTREE="@comment "
.endif

post-patch:
    @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Xbricons

post-install:
    ${INSTALL_DATA} ${WRKSRC}/Xbricons ${PREFIX}/lib/X11/app-defaults
    ${MKDIR} ${PREFIX}/include/X11/bitmaps
    ${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${PREFIX}/include/X11/bitmaps
    ${MKDIR} ${PREFIX}/include/X11/pixmaps
    ${INSTALL_DATA} ${WRKSRC}/*.xpm ${PREFIX}/include/X11/pixmaps
    @${ECHO_MSG} ""
    @${ECHO_MSG} "     Use ./files/DOTbriconsrc as an example. This  file"
    @${ECHO_MSG} "     should  be  stored in the same directory as the"
    @${ECHO_MSG} "     program is executed from."
    @${ECHO_MSG} ""

.include <bsd.port.post.mk>