1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-wm/enlightenment-devel/Makefile

33 lines
963 B
Makefile
Raw Normal View History

# New ports collection makefile for: enlightenment
1998-02-18 16:08:22 +00:00
# Version required: 0.13.3
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.13 1998/02/18 16:08:13 vanilla Exp $
#
1998-02-18 16:08:22 +00:00
DISTNAME= enl_BETA-0.13.3
PKGNAME= enlightenment-0.13.3
CATEGORIES= x11
1998-02-18 16:08:22 +00:00
MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/
DISTFILES= enl_BETA-0.13.3.tar.gz \
1997-11-26 22:44:01 +00:00
enl-0.13-themes.tar.gz
1997-09-14 19:58:23 +00:00
MAINTAINER= vanilla@FreeBSD.ORG
1997-09-14 19:58:23 +00:00
1998-02-18 16:08:22 +00:00
LIB_DEPENDS= Imlib\\.1\\.:${PORTSDIR}/graphics/imlib
BROKEN= "The distfile can't be fetch now, waiting next version now."
USE_GMAKE= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
1998-02-18 16:08:22 +00:00
WRKSRC= ${WRKDIR}/enl-0.13.3
1997-11-26 22:44:01 +00:00
post-install:
${MKDIR} ${X11BASE}/lib/X11/enlightenment/themes
1997-11-26 22:44:01 +00:00
${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>