diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-19 12:35:47 +0800 |
commit | 6347a206e510ad1a676a522e7afa9ec79acab499 (patch) | |
tree | 961ced8843160f1ed9e4537bf92ada606497d2de /devel | |
parent | 391766f2a5df26b426df38da825322784f4732b1 (diff) | |
download | freebsd-ports-gnome-6347a206e510ad1a676a522e7afa9ec79acab499.tar.gz freebsd-ports-gnome-6347a206e510ad1a676a522e7afa9ec79acab499.tar.zst freebsd-ports-gnome-6347a206e510ad1a676a522e7afa9ec79acab499.zip |
- add USE_GNUSTEP_PREFIX
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 4 | ||||
-rw-r--r-- | devel/gnustep/Makefile | 4 | ||||
-rw-r--r-- | devel/gorm/Makefile | 4 | ||||
-rw-r--r-- | devel/projectcenter.app/Makefile | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index fa11ac9e17a7..40f715912c29 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -14,15 +14,13 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep makefile package -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ CFLAGS="${CFLAGS}" CONFIGURE_TARGET= USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 0a5593b30331..1ae34f55eaf5 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -15,11 +15,9 @@ EXTRACT_ONLY= # empty MAINTAINER= dinoex@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes NO_BUILD= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_BACK= yes diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile index 24751bf7bfea..adb96d10841c 100644 --- a/devel/gorm/Makefile +++ b/devel/gorm/Makefile @@ -15,11 +15,9 @@ DISTNAME= Gorm-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphical Object Relationship Modeller -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile index 67673478a5a2..05b47390d68f 100644 --- a/devel/projectcenter.app/Makefile +++ b/devel/projectcenter.app/Makefile @@ -15,11 +15,9 @@ DISTNAME= ProjectCenter-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A development environment for GNUstep -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes |