diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
commit | 3b6641a158eff00a2c84962bae7a9dc47e73dc09 (patch) | |
tree | 3aada758a08f0da555e66c79ad3699ac4ba476b2 /graphics | |
parent | - update plist for current gnustep (diff) |
- new option GNUSTEP_PREFIX
allow user defined location of all files
Notes
Notes:
svn path=/head/; revision=153867
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnustep-slideshow/Makefile | 3 | ||||
-rw-r--r-- | graphics/gnustep-slideshowkit/Makefile | 3 | ||||
-rw-r--r-- | graphics/imageviewer/Makefile | 3 | ||||
-rw-r--r-- | graphics/preview/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index 0714c69149b2..78484cafd589 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} RUN_DEPENDS+= ${LOCALLIBDIR}/libSlideShow.so:${PORTSDIR}/${SLIDESHOWKIT_PORT} USE_BZIP2= yes -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes diff --git a/graphics/gnustep-slideshowkit/Makefile b/graphics/gnustep-slideshowkit/Makefile index e53dec283838..9f6f3bcf7a76 100644 --- a/graphics/gnustep-slideshowkit/Makefile +++ b/graphics/gnustep-slideshowkit/Makefile @@ -17,7 +17,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= SlideShow Framework USE_BZIP2= yes -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes WRKSRC= ${WRKDIR}/SlideShowKit USE_GMAKE= yes diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index 851ce9eb550f..a9ed320f2864 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -14,7 +14,8 @@ DISTNAME= ImageViewer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep Image Viewer -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes GUN_CONFIGURE= yes USE_GMAKE= yes diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index f2ad9814cc24..5cd9bcdb520a 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -16,7 +16,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Simple image viewer USE_BZIP2= yes -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes USE_GMAKE= yes USE_GNUSTEP= yes |