Files
ports/mail/pantomime/Makefile
T
Kousuke Kannagi 2d605005d6 */*: Update my maintainer email to @FreeBSD.org
Update email address from mew14930xvi@inbox.lv to mce@FreeBSD.org.

Reviewed by:		osa, fluffy (mentors)
Approved by:		osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D55874
2026-04-06 09:33:31 +09:00

28 lines
708 B
Makefile

PORTNAME= pantomime
DISTVERSION= 1.4.0
PORTREVISION= 2
CATEGORIES= mail gnustep
MASTER_SITES= SAVANNAH/gnustep-nonfsf/
DISTNAME= Pantomime-${DISTVERSION}
MAINTAINER= mce@FreeBSD.org
COMMENT= Mail/MIME handling library for GNUstep
WWW= https://www.nongnu.org/gnustep-nonfsf/gnumail/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/Documentation/LICENSE
USES= gnustep iconv ssl
USE_GNUSTEP= back build
DEFAULT_LIBVERSION= ${DISTVERSION:R}
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
MAKE_ARGS+= LIBRARIES_DEPEND_UPON='-lssl'
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/Pantomime.framework/Versions/${DISTVERSION:R}/libPantomime.so.${DISTVERSION}
.include <bsd.port.mk>