summaryrefslogtreecommitdiffstats
path: root/x11/themus/Makefile
blob: 8c3d457dc2bb5b96b618dcb041dec30e521a10f9 (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:    themus
# Date created:     13 April 2003
# Whom:         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   themus
PORTVERSION=    0.1.4
CATEGORIES= x11 x11-fm gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A theme view for Nautilus

USE_BZIP2=  yes
USE_GNOME=  gnomehack gnomeprefix nautilus2
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_REINPLACE=  yes
USE_LIBTOOL=    yes

post-patch:
    @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' \
        ${WRKSRC}/libtheme/gnome-theme-info.c

.include <bsd.port.mk>