diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-17 13:08:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-17 13:08:10 +0000 |
commit | 9ec29de3c01cc6889fe4dc4c661dccf9b793fe35 (patch) | |
tree | efc00b233be1a00aff0bf53f45e9d24d6f691372 /www/galeon/Makefile | |
parent | Update to 0.2.8. (diff) |
Update to 0.9.b1.
Notes
Notes:
svn path=/head/; revision=37274
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 93b6da068b7a..f9730304eec1 100644 --- a/www/galeon/Makefile +++ b/www/galeon/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" |