Changes: http://software.firstworks.com/2020/08/rudiments-130-release-announcement.html http://software.firstworks.com/2020/09/rudiments-131-release-announcement.html http://software.firstworks.com/2021/04/rudiments-140-release.html http://software.firstworks.com/2021/09/rudiments-141-release-announcement.html http://software.firstworks.com/2021/11/rudiments-142-release-announcement.html
37 lines
867 B
Makefile
37 lines
867 B
Makefile
PORTNAME= rudiments
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= C++ class library for daemons, clients, servers, and more
|
|
WWW= http://rudiments.sourceforge.net
|
|
|
|
LICENSE= LGPL20
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libgssapi_krb5.so:security/krb5
|
|
|
|
USES= libedit libtool pathfix pkgconfig readline shebangfix
|
|
GNU_CONFIGURE= yes
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
SHEBANG_FILES= doc/programming/insert.pl
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS PCRE SSL
|
|
OPTIONS_DEFAULT= SSL
|
|
|
|
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
|
|
PCRE_CONFIGURE_ENABLE= pcre
|
|
SSL_USES= ssl
|
|
SSL_CONFIGURE_ENABLE= ssl
|
|
SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \
|
|
--with-ssl-libs=-L${OPENSSLLIB}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.8.1.1
|
|
|
|
.include <bsd.port.mk>
|