2002-10-27 09:56:46 +00:00
|
|
|
# New ports collection makefile for: Pantomime-SSL
|
|
|
|
# Date created: 27.October 2002
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pantomime
|
2004-01-16 06:50:22 +00:00
|
|
|
PORTVERSION= 1.1.2
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2002-10-27 09:56:46 +00:00
|
|
|
CATEGORIES= mail
|
2003-11-15 10:49:02 +00:00
|
|
|
MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/
|
2004-03-26 20:22:27 +00:00
|
|
|
PKGNAMESUFFIX?= -ssl${PKGNAMESUFFIX2}
|
2002-10-27 09:56:46 +00:00
|
|
|
DISTNAME= Pantomime-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 18:26:42 +00:00
|
|
|
COMMENT= SSL Connections for pantomime
|
2002-10-27 09:56:46 +00:00
|
|
|
|
2003-04-13 07:38:27 +00:00
|
|
|
BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
|
|
|
|
RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
|
2002-10-27 09:56:46 +00:00
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/GNUstep
|
2003-04-13 07:38:27 +00:00
|
|
|
NO_MTREE= yes
|
2002-10-27 09:56:46 +00:00
|
|
|
WRKSRC= ${WRKDIR}/Pantomime/Bundles/SSL
|
2003-08-28 01:42:30 +00:00
|
|
|
USE_OPENSSL= yes
|
2002-10-27 09:56:46 +00:00
|
|
|
USE_GMAKE= yes
|
2003-08-28 01:42:30 +00:00
|
|
|
USE_GNUSTEP= yes
|
2003-04-13 07:38:27 +00:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-08-28 01:42:30 +00:00
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2002-10-27 09:56:46 +00:00
|
|
|
|
2003-04-13 07:38:27 +00:00
|
|
|
PANTOMIME_PORT?= mail/pantomime
|
2002-10-27 09:56:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|