28 lines
604 B
Makefile
28 lines
604 B
Makefile
|
# New ports collection makefile for: webservices
|
||
|
# Date created: 25 Jan 2009
|
||
|
# Whom: dirk.meyer@dinoex.sub.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= webservices
|
||
|
PORTVERSION= 0.2.0
|
||
|
CATEGORIES= www gnustep
|
||
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
||
|
MASTER_SITE_SUBDIR= libs
|
||
|
DISTNAME= WebServices-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= dinoex@FreeBSD.org
|
||
|
COMMENT= Classes for building web services
|
||
|
|
||
|
USE_GNUSTEP= yes
|
||
|
USE_GNUSTEP_PREFIX= yes
|
||
|
USE_GNUSTEP_BACK= yes
|
||
|
USE_GNUSTEP_BUILD= yes
|
||
|
USE_GNUSTEP_INSTALL= yes
|
||
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
||
|
|
||
|
DEFAULT_LIBVERSION= 0.1
|
||
|
|
||
|
.include <bsd.port.mk>
|