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
|
2004-01-16 06:50:22 +00:00
|
|
|
PORTVERSION= 1.1.2
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2001-10-01 11:44:04 +00:00
|
|
|
CATEGORIES= mail
|
2003-11-13 03:34:55 +00:00
|
|
|
MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/
|
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
|
2003-08-28 01:42:30 +00:00
|
|
|
USE_GNUSTEP= yes
|
2003-04-13 07:38:27 +00:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-08-28 01:42:30 +00:00
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
LDCONFIG_DIRS= ${LOCALLIBDIR}
|
|
|
|
INSTALLS_SHLIB= yes
|
2001-10-01 11:44:04 +00:00
|
|
|
|
2003-08-28 01:42:30 +00:00
|
|
|
.include <bsd.port.mk>
|