mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
851945b1eb
Feature safe: yes
30 lines
708 B
Makefile
30 lines
708 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= webserver
|
|
PORTVERSION= 1.4.6
|
|
CATEGORIES= www gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
MASTER_SITE_SUBDIR= libs
|
|
DISTNAME= WebServer-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Framework for a GNUstep to act as HTTP or HTTPS server
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BASE= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
USE_GNUSTEP_LOCAL_LIBS+= Performance:${PERFORMANCE_PORT}
|
|
|
|
DEFAULT_LIBVERSION= 1.4
|
|
DEFAULT_LIBVERSION2= 1.4.0
|
|
PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2}
|
|
PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}
|
|
|
|
PERFORMANCE_PORT?= devel/performance
|
|
|
|
.include <bsd.port.mk>
|