freebsd-ports/deskutils/etoile-dictionaryreader/Makefile
Dirk Meyer 2c7fc23330 Etoile intends to be an innovative GNUstep based user environnement built
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
2006-11-05 13:59:52 +00:00

28 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>