1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/mail/pantomime-ssl/Makefile

38 lines
911 B
Makefile
Raw Normal View History

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
PORTREVISION= 1
2002-10-27 09:56:46 +00:00
CATEGORIES= mail
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
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
NO_MTREE= yes
2002-10-27 09:56:46 +00:00
WRKSRC= ${WRKDIR}/Pantomime/Bundles/SSL
USE_OPENSSL= yes
2002-10-27 09:56:46 +00: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 09:56:46 +00:00
PANTOMIME_PORT?= mail/pantomime
2002-10-27 09:56:46 +00:00
.include <bsd.port.post.mk>