From d7f59ea8de230bb289b02649cd575560e4c71e0d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 13 Jan 2007 03:57:25 +0000 Subject: - update to use new bsd.gnustep.mk Approved by: gurkan@linuks.mine.nu --- www/gnustep-ticker/Makefile | 2 -- www/webserver/Makefile | 8 ++------ www/webserver/pkg-plist | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) (limited to 'www') diff --git a/www/gnustep-ticker/Makefile b/www/gnustep-ticker/Makefile index 1a9587318265..9e588f523eb6 100644 --- a/www/gnustep-ticker/Makefile +++ b/www/gnustep-ticker/Makefile @@ -16,12 +16,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= RSS monitor for RSS and Atom feeds -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= .include diff --git a/www/webserver/Makefile b/www/webserver/Makefile index 16c4f25f59c3..551ba7074fd6 100644 --- a/www/webserver/Makefile +++ b/www/webserver/Makefile @@ -15,16 +15,12 @@ DISTNAME= WebServer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Framework for a GNUstep to act as HTTP or HTTPS server -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile -ALL_TARGET= -LDCONFIG_DIRS= ${LOCALLIBDIR} -INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS= yes +DEFAULT_LIBVERSION= 1.1 +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include diff --git a/www/webserver/pkg-plist b/www/webserver/pkg-plist index 069b6a6c2920..26be275da186 100644 --- a/www/webserver/pkg-plist +++ b/www/webserver/pkg-plist @@ -4,7 +4,7 @@ Local/Library/Documentation/WebServer/WebServer.igsdoc Local/Library/Documentation/WebServer/dependencies Local/Library/Headers/WebServer/WebServer.h Local/Library/Libraries/libWebServer.so -Local/Library/Libraries/libWebServer.so.%%MAJORVERSION%%.1 +Local/Library/Libraries/libWebServer.so.%%LIBVERSION%% Local/Library/Libraries/libWebServer.so.%%VERSION%% @dirrm Local/Library/Headers/WebServer @dirrm Local/Library/Documentation/WebServer -- cgit