aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/libepplet/Makefile
blob: fff3e691cd9a9f96d4328476b709a9e300f6dea9 (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
# New ports collection makefile for:    libepplet
# Date created:                 18 October 1999
# Whom:                 Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#

PORTNAME=   libepplet
PORTVERSION=    0.5
CATEGORIES= x11-wm devel
MASTER_SITES=   ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \
        ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/
DISTNAME=   epplet-base-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Library for building enlightenment dock applications

WRKSRC=     ${WRKDIR}/Epplets-${PORTVERSION}

USE_X_PREFIX=   yes
USE_GNOMENG=    yes
USE_GNOME=  imlib
USE_LIBTOOL=    yes
CONFIGURE_ENV=  EROOT=${X11BASE}/share/enlightenment \
        EBIN=${X11BASE}/bin
CONFIGURE_ARGS= --enable-fsstd
INSTALLS_SHLIB= yes

pre-patch:
    @${PERL} -pi -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>