freebsd-ports/deskutils/etoile-dictionaryreader/Makefile

39 lines
827 B
Makefile
Raw Normal View History

2006-12-25 00:00:09 +01:00
# New ports collection makefile for: etoile-dictionaryreader
# Date created: 4 Sep 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
2006-12-25 00:00:09 +01:00
PORTNAME= dictionaryreader
2009-03-20 10:15:46 +01:00
PORTVERSION= 0.4.1
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}
MAINTAINER= dinoex@FreeBSD.org
2006-12-25 00:00:09 +01:00
COMMENT= Dict client for GNUstep
2010-06-04 16:14:47 +02:00
LICENSE= MIT
2008-11-25 16:11:34 +01:00
USE_BZIP2= yes
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}
USE_GNUSTEP_MAKE_DIRS+= Services/User/DictionaryReader
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>