2001-10-01 11:44:04 +00:00
|
|
|
# New ports collection makefile for: Pantomime
|
|
|
|
# Date created: 17 Sep 2001
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pantomime
|
2002-10-26 04:21:52 +00:00
|
|
|
PORTVERSION= 1.0.5
|
2003-02-26 20:05:16 +00:00
|
|
|
PORTREVISION= 1
|
2001-10-01 11:44:04 +00:00
|
|
|
CATEGORIES= mail
|
2002-12-23 22:23:09 +00:00
|
|
|
MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/ \
|
2002-10-29 20:18:10 +00:00
|
|
|
ftp://ftp.gnustep.org/pub/gnustep/libs/
|
2001-10-01 11:44:04 +00:00
|
|
|
DISTNAME= Pantomime-${PORTVERSION}
|
|
|
|
|
2002-06-07 17:34:38 +00:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 18:26:42 +00:00
|
|
|
COMMENT= Mail/MIME handling library for GNUstep
|
2001-10-01 11:44:04 +00:00
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/GNUstep
|
2003-04-13 07:38:27 +00:00
|
|
|
NO_MTREE= yes
|
2001-10-01 11:44:04 +00:00
|
|
|
WRKSRC= ${WRKDIR}/Pantomime
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
ALL_TARGET=
|
2003-06-01 03:59:51 +00:00
|
|
|
LDCONFIG_DIRS= ${LOCALLIBDIR}
|
|
|
|
INSTALLS_SHLIB= yes
|
2001-10-01 11:44:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-04-13 07:38:27 +00:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
2001-10-01 11:44:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|