diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
commit | 6e7ac2e081c723705c073dc180c0de11185c7c68 (patch) | |
tree | 76cf5568816f24f0b77ea4582877fdbb260f204d /graphics | |
parent | 45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff) | |
download | FreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.zip FreeBSD-ports-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.gz |
- new option GNUSTEP_PREFIX
allow user defined location of all files
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 0714c69..78484ca 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 e53dec2..9f6f3bc 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 851ce9e..a9ed320 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 f2ad981..5cd9bcd 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 |