diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 11:57:25 +0800 |
commit | 44fd51006809b35e7b92415f49a6d5df498af1fa (patch) | |
tree | cf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /www/webserver | |
parent | 10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff) | |
download | freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.zst freebsd-ports-gnome-44fd51006809b35e7b92415f49a6d5df498af1fa.zip |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'www/webserver')
-rw-r--r-- | www/webserver/Makefile | 8 | ||||
-rw-r--r-- | www/webserver/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
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 <bsd.port.mk> 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 |