mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d3a79c19ce
Approved by: portmgr (blanket)
29 lines
625 B
Makefile
29 lines
625 B
Makefile
PORTNAME= jwsmtp
|
|
PORTVERSION= 1.32.15
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/jwsmtp%20version%201.32.15%20bugfix/
|
|
|
|
MAINTAINER= info@babaei.net
|
|
COMMENT= C++ library for sending email
|
|
WWW= https://talk.mumbleface.net/jwsmtp/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NO_OPTIONS_SORT= yes
|
|
OPTIONS_DEFINE= DOCS MANPAGES
|
|
OPTIONS_DEFAULT= MANPAGES
|
|
OPTIONS_SUB= yes
|
|
|
|
DOCS_DESC= Install documentation
|
|
MANPAGES_DESC= Install manpages
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USE_LDCONFIG= yes
|
|
USES= libtool pathfix
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|