mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
9156bf1b9e
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
26 lines
640 B
Makefile
26 lines
640 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pantomime
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= mail gnustep
|
|
MASTER_SITES= http://download.gna.org/gnustep-nonfsf/
|
|
DISTNAME= Pantomime-${PORTVERSION}
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Mail/MIME handling library for GNUstep
|
|
|
|
LICENSE= LGPL21
|
|
|
|
# The use of libiconv shouldn't be necessary, but a build dependency installs
|
|
# it and we end up picking up the header.
|
|
MAKE_ARGS+= LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl'
|
|
USES= gnustep iconv
|
|
USE_OPENSSL= yes
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
DEFAULT_LIBVERSION= 1.2
|
|
|
|
.include <bsd.port.mk>
|