aboutsummaryrefslogtreecommitdiffstats
path: root/x11/fbpanel/Makefile
blob: 4c2a309727a6bec82c67a605f7569e26e8921632 (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
# New ports collection makefile for:    fbpanel
# Date created:     Sat Jun 26 13:43:50 CEST 2004
# Whom:         Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#

PORTNAME=   fbpanel
PORTVERSION=    4.3
PORTREVISION=   1
CATEGORIES= x11
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@fsck.ch
COMMENT=    A desktop panel that includes a taskbar, pager, launchbar and more

USE_X_PREFIX=   yes
USE_GNOME=  gtk20
HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --cpu=off
CFLAGS+=    -I${WRKSRC}
USE_GMAKE=  yes
USE_REINPLACE=  yes

MAN1=       fbpanel.1
MANCOMPRESSED=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/man/Makefile

post-install:
    @${ECHO_MSG} ""
    @${CAT} ${PKGMESSAGE}
    @${ECHO_MSG} ""

.include <bsd.port.mk>