1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/pantomime/Makefile

31 lines
700 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/
DISTNAME= Pantomime-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 18:26:42 +00:00
COMMENT= Mail/MIME handling library for GNUstep
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
WRKSRC= ${WRKDIR}/Pantomime
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>