diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /devel/regexxer | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175261
Diffstat (limited to 'devel/regexxer')
-rw-r--r-- | devel/regexxer/Makefile | 6 | ||||
-rw-r--r-- | devel/regexxer/pkg-plist | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 4b9bf08ec08b..f673625d6997 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -7,7 +7,7 @@ PORTNAME= regexxer PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/:pcre \ @@ -25,7 +25,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ glademm-2.4:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnometarget intltool intlhack @@ -33,6 +33,8 @@ CONFIGURE_ARGS= PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config" CONFIGURE_ENV= CPPFLAGS="-I${PCRE_WRKDIR}/.install/include -I${LOCALBASE}/include" \ LDFLAGS="-L${PCRE_WRKDIR}/.install/lib -L${LOCALBASE}/lib" +GCONF_SCHEMAS= regexxer.schemas + PCRE_NAME= pcre PCRE_VERSION= 4.5 PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} diff --git a/devel/regexxer/pkg-plist b/devel/regexxer/pkg-plist index def9d28900c2..54bdb44a8944 100644 --- a/devel/regexxer/pkg-plist +++ b/devel/regexxer/pkg-plist @@ -1,7 +1,4 @@ bin/regexxer -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/regexxer.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/regexxer.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/regexxer.schemas > /dev/null || /usr/bin/true share/gnome/applications/regexxer.desktop share/gnome/pixmaps/regexxer.png share/gnome/regexxer/aboutdialog.glade @@ -19,3 +16,7 @@ share/locale/pt/LC_MESSAGES/regexxer.mo share/locale/pt_BR/LC_MESSAGES/regexxer.mo share/locale/sv/LC_MESSAGES/regexxer.mo @dirrm share/gnome/regexxer +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs |