Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
PORTNAME= rmagick |
7 |
PORTNAME= rmagick |
8 |
PORTVERSION= 1.15.5 |
8 |
PORTVERSION= 1.15.7 |
9 |
PORTREVISION= 1 |
|
|
10 |
CATEGORIES= graphics ruby |
9 |
CATEGORIES= graphics ruby |
11 |
MASTER_SITES= ${MASTER_SITE_RUBYFORGE} |
10 |
MASTER_SITES= ${MASTER_SITE_RUBYFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
11 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 18-23
Link Here
|
18 |
MAINTAINER= stas@FreeBSD.org |
17 |
MAINTAINER= stas@FreeBSD.org |
19 |
COMMENT= A Ruby binding for ImageMagick |
18 |
COMMENT= A Ruby binding for ImageMagick |
|
|
19 |
BUILD_DEPENDS= ${X11BASE}/lib/X11/fonts/webfonts/verdana.ttf:${PORTSDIR}/x11-fonts/webfonts |
20 |
|
20 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
21 |
USE_RUBY= yes |
22 |
USE_RUBY= yes |
22 |
USE_RUBY_SETUP= yes |
23 |
USE_RUBY_SETUP= yes |
Lines 47-52
Link Here
|
47 |
.endif |
48 |
.endif |
48 |
pre-configure: |
49 |
pre-configure: |
|
|
50 |
.if defined(WITH_GRAPHICSMAGICK) |
51 |
@${ECHO_MSG} "============================================================================" |
52 |
@${ECHO_MSG} "If configure complains that it cannot find InitializeMagick, then recompile" |
53 |
@${ECHO_MSG} "GraphicsMagick with the WITHOUT_SYMBOL_PREFIX knob. Note that this may break" |
54 |
@${ECHO_MSG} "other ports that depend on GraphicsMagick, in which case you will have to" |
55 |
@${ECHO_MSG} "resort to using RMagick with ImageMagick." |
56 |
@${ECHO_MSG} "============================================================================" |
57 |
.endif |
49 |
cd ${CONFIGURE_WRKSRC}; \ |
58 |
cd ${CONFIGURE_WRKSRC}; \ |
50 |
${SETENV} ${CONFIGURE_ENV} ./configure --prefix="${PREFIX}" |
59 |
${SETENV} ${CONFIGURE_ENV} ./configure --prefix="${PREFIX}" |