freebsd-ports/mail/pantomime-ssl/Makefile

38 lines
911 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
2004-01-16 07:50:22 +01:00
PORTVERSION= 1.1.2
PORTREVISION= 1
2002-10-27 10:56:46 +01:00
CATEGORIES= mail
MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/
2004-03-26 21:22:27 +01:00
PKGNAMESUFFIX?= -ssl${PKGNAMESUFFIX2}
2002-10-27 10:56:46 +01:00
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>