freebsd-ports/deskutils/etoile-ui/Makefile

42 lines
1,001 B
Makefile
Raw Normal View History

# New ports collection makefile for: etoile-ui
# Date created: 22 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= ui
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/
PKGNAMEPREFIX= etoile-
2008-05-11 15:21:59 +02:00
DISTNAME= etoile-${PORTVERSION}
2012-06-10 18:10:22 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Etoile Project EtoileUI framework
2010-06-04 16:08:27 +02:00
LICENSE= BSD
2012-06-10 18:10:22 +02:00
DEPRECATED= API no longer supported
EXPIRATION_DATE= 2012-07-20
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
2007-01-13 11:55:37 +01:00
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
2008-11-25 16:11:34 +01:00
USE_GNUSTEP_LOCAL_LIBS+= EtoileFoundation:${FOUNDATION_PORT}
USE_GNUSTEP_LOCAL_LIBS+= CoreObject:${COREOBJECT_PORT}
2008-05-11 15:21:59 +02:00
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Frameworks/EtoileUI
2008-11-25 16:11:34 +01:00
FOUNDATION_PORT?= devel/etoile-foundation
COREOBJECT_PORT?= devel/etoile-coreobject
2012-02-19 11:23:35 +01:00
post-patch:
${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make
.include <bsd.port.mk>