blob: ccda1af45779a6235d1d503527f1ba6d87bac827 (
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
|
# New ports collection makefile for: enlightenment
# Version required: 0.12.5
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.6 1997/10/29 23:29:54 jseger Exp $
#
DISTNAME= enl_DR-0.12.5
PKGNAME= enlightenment-0.12.5
CATEGORIES= x11
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/
MAINTAINER= vanilla@MinJe.com.TW
LIB_DEPENDS= Im\\.3\\.:${PORTSDIR}/graphics/imlib
USE_GMAKE= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/enl-0.12.5
.include <bsd.port.mk>
|