freebsd-ports/devel/gnustep-make/Makefile

52 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gnustep
# Date created: 03 October 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= gnustep
PORTVERSION= 0.6.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/
2000-04-11 23:30:15 +02:00
DISTNAME= gstep-core-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x"
.endif
1999-09-09 12:25:57 +02:00
USE_NEWGCC= yes
PREFIX= ${LOCALBASE}/GNUstep
2000-02-22 13:29:08 +01:00
WRKSRC= ${WRKDIR}/gstep-0.6.5
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
1999-09-09 12:25:57 +02:00
CONFIGURE_ARGS= --with-library-combo=gnu-gnu-gnu-xgps \
--with-jpeg-library=${LOCALBASE}/lib \
--with-jpeg-include=${LOCALBASE}/include \
--with-tiff-library=${LOCALBASE}/lib \
2000-02-22 13:29:08 +01:00
--with-tiff-include=${LOCALBASE}/include \
--enable-threads=posix
USE_GMAKE= yes
USE_XLIB= yes
MAKEFILE=
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
NO_MTREE= yes
1999-09-09 12:25:57 +02:00
.if ${MACHINE_ARCH} == "i386"
GNU_ARCH= ix86
.else
GNU_ARCH= ${MACHINE_ARCH}
.endif
GNU_HOST= freebsd${OSREL}
PLIST_SUB+= GNU_ARCH=${GNU_ARCH} GNU_HOST=${GNU_HOST}
.include <bsd.port.post.mk>