aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/enlightenment-devel/Makefile
blob: 099797fd951213282c7cca7e817ac43ac62bbef5 (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
# New ports collection makefile for:   enlightenment
# Version required:    0.13.2
# Date created:        10 June 1997
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.11 1997/12/01 16:31:07 vanilla Exp $
#

DISTNAME=   enl_BETA-0.13.2
PKGNAME=    enlightenment-0.13.2
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.mandrake.net/pub/enlightenment/ \
        http://www.rasterman.com/ftp/
DISTFILES=  enl_BETA-0.13.2.src.tar.gz \
        enl-0.13-themes.tar.gz

MAINTAINER= vanilla@FreeBSD.ORG

LIB_DEPENDS=    Im\\.4\\.:${PORTSDIR}/graphics/imlib

USE_GMAKE=  yes
USE_IMAKE=  yes
NO_INSTALL_MANPAGES=    yes
WRKSRC=     ${WRKDIR}/enl-0.13.2

post-install:
    ${MKDIR} ${X11BASE}/lib/X11/enlightenment/themes
    ${INSTALL_DATA} ${WRKDIR}/enl-0.13-themes/DEFAULT ${X11BASE}/lib/X11/enlightenment/themes
    ${INSTALL_DATA} ${WRKDIR}/enl-0.13-themes/DEFAULT_small ${X11BASE}/lib/X11/enlightenment/themes

.include <bsd.port.mk>