freebsd-ports/devel/gnustep-make/Makefile

42 lines
1 KiB
Makefile
Raw Normal View History

2001-06-26 13:56:42 +02:00
# New ports collection makefile for: gnustep-make
# Date created: 17 April 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2001-06-26 13:56:42 +02:00
PORTNAME= gnustep-make
2003-06-01 15:46:05 +02:00
.if defined(WITH_GNUSTEP_DEVEL)
2003-09-24 19:34:09 +02:00
PORTVERSION= 1.7.4
2003-06-01 15:46:05 +02:00
.else
2003-10-19 13:09:19 +02:00
PORTVERSION= 1.8.0
2003-06-01 15:46:05 +02:00
.endif
CATEGORIES= devel
2002-12-23 23:18:39 +01:00
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \
http://archive.progeny.com/gnustep/%SUBDIR%/ \
ftp://ftp.easynet.nl/mirror/GNUstep/%SUBDIR%/
MASTER_SITE_SUBDIR= core
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= GNUstep makefile package
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
GNU_CONFIGURE= yes
2002-01-23 13:55:37 +01:00
CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \
2003-10-19 13:09:19 +02:00
CFLAGS="${CFLAGS}"
2000-08-23 12:49:48 +02:00
CONFIGURE_TARGET=
USE_GMAKE= yes
USE_GNUSTEP= yes
MAKEFILE=
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
2003-10-19 13:09:19 +02:00
CFLAGS+= ${PTHREAD_CFLAGS}
2003-07-26 16:38:59 +02:00
2002-01-23 13:55:37 +01:00
post-configure:
2002-11-03 06:39:53 +01:00
${MV} ${WRKSRC}/config.make ${WRKSRC}/config.make.sed
2003-10-19 13:09:19 +02:00
${SED} -e "s|\(objc_threaded:=\).*|\1${PTHREAD_LIBS}|" \
2002-11-03 06:39:53 +01:00
< ${WRKSRC}/config.make.sed > ${WRKSRC}/config.make
.include <bsd.port.mk>