freebsd-ports/mail/pantomime/Makefile
Patrick Li 5611cbc5d0 Fix MASTER_SITES
PR:		36486
Submitted by:	Tilman Linneweh <tilman@arved.de>, Jason Harris <jharris@widomaker.com>
2002-03-30 19:39:17 +00:00

50 lines
1.3 KiB
Makefile

# New ports collection makefile for: Pantomime
# Date created: 17 Sep 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pantomime
PORTVERSION= 1.0.2
CATEGORIES= mail
MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Development/ \
http://extrovert.screwdriver.net/~extra/ \
ftp://ftp.tuwien.ac.at/z6/publishing/gnustep/libs/
DISTNAME= Pantomime-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
PREFIX= ${LOCALBASE}/GNUstep
WRKSRC= ${WRKDIR}/Pantomime
USE_NEWGCC= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
ALL_TARGET=
NO_MTREE= yes
XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "i386"
GNU_ARCH= ix86
.else
GNU_ARCH= ${MACHINE_ARCH}
.endif
PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L}
do-build:
@(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
do-install:
@(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.post.mk>