freebsd-ports/mail/pantomime-ssl/Makefile

38 lines
921 B
Makefile
Raw Normal View History

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
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
NO_MTREE= yes
2002-10-27 10:56:46 +01:00
WRKSRC= ${WRKDIR}/Pantomime/Bundles/SSL
USE_OPENSSL= yes
2002-10-27 10:56:46 +01:00
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
.include <bsd.port.pre.mk>
2002-10-27 10:56:46 +01:00
PANTOMIME_PORT?= mail/pantomime
2002-10-27 10:56:46 +01:00
.include <bsd.port.post.mk>