- Stage support

This commit is contained in:
Martin Wilke 2014-02-02 16:03:27 +00:00
parent 8347d5e261
commit 82ed32106d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342324
6 changed files with 5 additions and 8 deletions

View file

@ -14,7 +14,5 @@ COMMENT= X-based interface to the Berkeley mail program
USES= imake USES= imake
USE_XORG= xbitmaps xaw USE_XORG= xbitmaps xaw
MAN1= xmail.1
NO_STAGE= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
bin/xmail bin/xmail
lib/X11/app-defaults/XMail lib/X11/app-defaults/XMail
man/man1/xmail.1.gz

View file

@ -14,10 +14,8 @@ USES= charsetfix perl5
USE_PERL5= build USE_PERL5= build
GNU_CONFIGURE= YES GNU_CONFIGURE= YES
MAN1= hello.1
INFO= hello INFO= hello
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}

View file

@ -41,3 +41,4 @@ bin/hello
%%NLS%%share/locale/vi/LC_MESSAGES/hello.mo %%NLS%%share/locale/vi/LC_MESSAGES/hello.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo
man/man1/hello.1.gz

View file

@ -13,7 +13,7 @@ MAINTAINER= acm@FreeBSD.org
COMMENT= Free MPEG1 video player library with sound support COMMENT= Free MPEG1 video player library with sound support
USE_AUTOTOOLS= libtool USE_AUTOTOOLS= libtool
USE_GMAKE= yes USES= gmake
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_SDL= sdl USE_SDL= sdl
USE_LDCONFIG= yes USE_LDCONFIG= yes
@ -28,9 +28,6 @@ CONFIGURE_ARGS= --disable-opengl-player \
--disable-gtk-player \ --disable-gtk-player \
--enable-mmx --enable-mmx
MAN1= gtv.1 plaympeg.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure ${WRKSRC}/configure

View file

@ -16,4 +16,6 @@ lib/libsmpeg.la
lib/libsmpeg.so lib/libsmpeg.so
lib/libsmpeg.so.1 lib/libsmpeg.so.1
share/aclocal/smpeg.m4 share/aclocal/smpeg.m4
man/man1/gtv.1.gz
man/man1/plaympeg.1.gz
@dirrm include/smpeg @dirrm include/smpeg