aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/e16/Makefile
blob: ae0fc578dcbd79271d2f56c490fb2ba4b62c9ec7 (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
# New ports collection makefile for:   enlightenment
# Version required:    0.13
# Date created:        10 June 1997
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.8 1997/11/16 10:02:55 fenner Exp $
#

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

MAINTAINER= vanilla@MinJe.com.TW

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

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

post-install:
    ${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>