1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-wm/enlightenment/Makefile

32 lines
894 B
Makefile
Raw Normal View History

# New ports collection makefile for: enlightenment
1997-11-26 22:44:01 +00:00
# Version required: 0.13
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.9 1997/11/26 22:43:35 vanilla Exp $
#
1997-11-26 22:44:01 +00:00
DISTNAME= enl_BETA-0.13
PKGNAME= enlightenment-0.13
CATEGORIES= x11
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/ \
http://www.rasterman.com/ftp/
1997-11-26 22:44:01 +00:00
DISTFILES= enl_BETA-0.13.src.tar.gz \
enl-0.13-themes.tar.gz
1997-09-14 19:58:23 +00:00
MAINTAINER= vanilla@MinJe.com.TW
1997-09-14 19:58:23 +00:00
1997-11-26 22:44:01 +00:00
LIB_DEPENDS= Im\\.4\\.:${PORTSDIR}/graphics/imlib
BROKEN= checksum and patch
USE_GMAKE= yes
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
1997-11-26 22:44:01 +00:00
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>