b42496f503
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. This package installs the Hardware application. WWW: http://www.etoile-project.org/
32 lines
834 B
Makefile
32 lines
834 B
Makefile
# New ports collection makefile for: etoile-hardware
|
|
# Date created: 19 Nov 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hardware
|
|
PORTVERSION= 0.1.${SNAPSHOT}
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://florida.ethz.ch/ports/distfiles/
|
|
PKGNAMEPREFIX= etoile-
|
|
DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Etoile Project Hardware application
|
|
|
|
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_SYSTEM_LIBS+= PreferencesKit:${PREFERENCESKIT_PORT}
|
|
USE_GNUSTEP_MAKE_DIRS+= Services/User/Hardware
|
|
|
|
PREFERENCESKIT_PORT?= deskutils/etoile-preferenceskit
|
|
|
|
.include <bsd.port.mk>
|