2002-10-27 10:56:46 +01:00
|
|
|
# New ports collection makefile for: Pantomime-SSL
|
|
|
|
# Date created: 27.October 2002
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pantomime
|
2003-08-31 11:40:20 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2002-10-27 10:56:46 +01:00
|
|
|
CATEGORIES= mail
|
2002-12-23 23:20:37 +01:00
|
|
|
MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/ \
|
2002-10-29 21:18:10 +01:00
|
|
|
ftp://ftp.gnustep.org/pub/gnustep/libs/
|
2002-10-27 10:56:46 +01:00
|
|
|
PKGNAMESUFFIX= -ssl
|
|
|
|
DISTNAME= Pantomime-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= SSL Connections for pantomime
|
2002-10-27 10:56:46 +01:00
|
|
|
|
2003-04-13 09:38:27 +02:00
|
|
|
BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
|
|
|
|
RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
|
2002-10-27 10:56:46 +01:00
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/GNUstep
|
2003-04-13 09:38:27 +02:00
|
|
|
NO_MTREE= yes
|
2002-10-27 10:56:46 +01:00
|
|
|
WRKSRC= ${WRKDIR}/Pantomime/Bundles/SSL
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_OPENSSL= yes
|
2002-10-27 10:56:46 +01:00
|
|
|
USE_GMAKE= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
2003-04-13 09:38:27 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2002-10-27 10:56:46 +01:00
|
|
|
|
2003-04-13 09:38:27 +02:00
|
|
|
PANTOMIME_PORT?= mail/pantomime
|
2002-10-27 10:56:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|