mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2c7fc23330
from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. Currently this package only installs Camaelon, DictionaryReader and WildMenus. WWW: http://www.etoile-project.org/ PR: 103431 Submitted by: Gürkan Sengün
29 lines
721 B
Makefile
29 lines
721 B
Makefile
# New ports collection makefile for: etoile
|
|
# Date created: 4 Sep 2006
|
|
# Whom: gurkan@linuks.mine.nu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= etoile
|
|
PORTVERSION= 0.1.${SNAPSHOT}
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://florida.ethz.ch/ports/distfiles/
|
|
DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig
|
|
|
|
MAINTAINER= gurkan@linuks.mine.nu
|
|
COMMENT= Etoile Project software for GNUstep
|
|
|
|
SNAPSHOT= 20060917
|
|
WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
MAKEFILE= GNUmakefile
|
|
USE_GNUSTEP_MAKE_DIRS= Bundles/Camaelon Bundles/WildMenus Services/User/DictionaryReader
|
|
|
|
.include <bsd.port.mk>
|