2006-12-25 00:00:09 +01:00
|
|
|
# New ports collection makefile for: etoile-dictionaryreader
|
2006-11-05 14:59:52 +01:00
|
|
|
# Date created: 4 Sep 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
2006-11-05 14:59:52 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-12-25 00:00:09 +01:00
|
|
|
PORTNAME= dictionaryreader
|
2009-03-20 10:15:46 +01:00
|
|
|
PORTVERSION= 0.4.1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= deskutils gnustep
|
2008-05-11 15:21:59 +02:00
|
|
|
MASTER_SITES= http://download.gna.org/etoile/
|
2006-12-25 00:00:09 +01:00
|
|
|
PKGNAMEPREFIX= etoile-
|
2008-05-11 15:21:59 +02:00
|
|
|
DISTNAME= etoile-${PORTVERSION}
|
2006-11-05 14:59:52 +01:00
|
|
|
|
2008-04-29 20:07:15 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2006-12-25 00:00:09 +01:00
|
|
|
COMMENT= Dict client for GNUstep
|
2006-11-05 14:59:52 +01:00
|
|
|
|
2010-06-04 16:14:47 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2008-11-25 16:11:34 +01:00
|
|
|
USE_BZIP2= yes
|
2006-11-05 14:59:52 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2008-11-25 16:11:34 +01:00
|
|
|
USE_GNUSTEP_LOCAL_LIBS+= EtoileUI:${ETOILE_UI_PORT}
|
2006-12-25 00:00:09 +01:00
|
|
|
|
2008-05-11 15:21:59 +02:00
|
|
|
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
|
2006-11-20 04:12:30 +01:00
|
|
|
USE_GNUSTEP_MAKE_DIRS+= Services/User/DictionaryReader
|
2006-11-05 14:59:52 +01:00
|
|
|
|
2008-11-25 16:11:34 +01:00
|
|
|
ETOILE_UI_PORT?= deskutils/etoile-ui
|
|
|
|
|
2011-04-21 06:21:55 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "i386"
|
|
|
|
ADDITIONAL_LDFLAGS+= -lgcc_s -lgcc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|