diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-11 00:59:25 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-11 00:59:25 +0800 |
commit | 80885fe6b4e761df9b30e8b1071d72f04bdfe4e7 (patch) | |
tree | ca5d8b9bdca348d8d8e7a94d2492b93694085134 /x11-toolkits/vte | |
parent | c5770fb845a77956d93867492aa23437c60c3ccf (diff) | |
download | freebsd-ports-gnome-80885fe6b4e761df9b30e8b1071d72f04bdfe4e7.tar.gz freebsd-ports-gnome-80885fe6b4e761df9b30e8b1071d72f04bdfe4e7.tar.zst freebsd-ports-gnome-80885fe6b4e761df9b30e8b1071d72f04bdfe4e7.zip |
Move the vte programming reference to the vte-reference port.
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r-- | x11-toolkits/vte/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-plist | 14 |
2 files changed, 10 insertions, 16 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index e16a5a5c080c..f5d0a1d5ba94 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -17,13 +17,19 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal widget with improved accessibility and I18N support USE_BZIP2= yes -USE_X_PREFIX= yes +PREFIX?= ${X11BASE} + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 + +USE_XLIB= yes USE_GMAKE= yes USE_BISON= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack +USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack referencehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" @@ -39,3 +45,5 @@ USE_GL= yes .endif .include <bsd.port.post.mk> + +.endif diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index e841915c67a6..6e7e79e3d677 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -19,19 +19,6 @@ lib/vte/vterdb lib/vte/window libdata/pkgconfig/vte.pc libexec/gnome-pty-helper -%%DOCSDIR%%/VteReaper.html -%%DOCSDIR%%/VteTerminal.html -%%DOCSDIR%%/VteTerminalAccessible.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/vte.devhelp -%%DOCSDIR%%/vte.devhelp2 share/gnome/vte/termcap/xterm share/locale/am/LC_MESSAGES/vte.mo share/locale/ang/LC_MESSAGES/vte.mo @@ -124,6 +111,5 @@ share/locale/zh_TW/LC_MESSAGES/vte.mo @dirrmtry share/locale/ang @dirrm share/gnome/vte/termcap @dirrm share/gnome/vte -@dirrm %%DOCSDIR%% @dirrm lib/vte @dirrm include/vte |