diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 21:08:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 21:08:10 +0800 |
commit | 8e6ec72c2299563979391f3959b5f16e875f7d75 (patch) | |
tree | 1a0623bca48a18a03711da2d9f3754772b198fd5 /www/galeon2/Makefile | |
parent | 4b3dd1e44096206d4a5648660c8594dad4165452 (diff) | |
download | freebsd-ports-graphics-8e6ec72c2299563979391f3959b5f16e875f7d75.tar.gz freebsd-ports-graphics-8e6ec72c2299563979391f3959b5f16e875f7d75.tar.zst freebsd-ports-graphics-8e6ec72c2299563979391f3959b5f16e875f7d75.zip |
Update to 0.9.b1.
Diffstat (limited to 'www/galeon2/Makefile')
-rw-r--r-- | www/galeon2/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 93b6da068b7..f9730304eec 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,11 +6,15 @@ # PORTNAME= galeon -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.b1 CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + libmpfilelocprovider_s.a.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sobomax@FreeBSD.org @@ -38,13 +42,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mozilla-includes="${MOZHEADERS}" \ --with-mozilla-libs="${MOZLIBS}" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -pthread -lgcc_r" + LIBS="-L${LOCALBASE}/lib -L${WRKSRC} -pthread -lgcc_r" CFLAGS+= -D_REENTRANT -D_THREAD_SAFE -fno-rtti -.if !defined(WITH_FULL_MOZILLA) post-extract: + @${GZCAT} ${DISTDIR}/libmpfilelocprovider_s.a.gz > ${WRKSRC}/libmpfilelocprovider_s.a +.if !defined(WITH_FULL_MOZILLA) @${ECHO_MSG} @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are" @${ECHO_MSG} " planning to use both Mozilla and Galeon you can instruct it to use mozilla by" |