freebsd-ports/www/webservices/Makefile
2009-09-14 11:45:42 +00:00

27 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.3.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.3
.include <bsd.port.mk>