- Convert USE_GMAKE to USES

- Convert .if to option helper
- Use %%DATADIR%% in pkg-plist
- Add stage support
This commit is contained in:
Danilo Egea Gondolfo 2013-11-16 00:57:15 +00:00
parent e1ba91fb9d
commit f7071bd003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333951
2 changed files with 17 additions and 25 deletions

View file

@ -16,21 +16,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= MIKMOD
OPTIONS_DEFAULT= MIKMOD
USES= perl5
USES= gmake perl5
USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN6= xscorch.6
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMIKMOD}
LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+=--disable-sound
.endif
MIKMOD_CONFIGURE_ON= --with-libmikmod-prefix=${LOCALBASE}
MIKMOD_CONFIGURE_OFF= --disable-sound
MMIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod
.include <bsd.port.mk>

View file

@ -1,14 +1,15 @@
bin/xscorch
bin/xscorch-server
share/xscorch/accessories.def
share/xscorch/copying.txt
share/xscorch/images/xscorch-icon.xpm
share/xscorch/images/xscorch-logo.xpm
share/xscorch/profiles.def
share/xscorch/scorings.def
share/xscorch/sounds/README
share/xscorch/weapons.def
share/xscorch/xscorch.txt
@dirrm share/xscorch/sounds
@dirrm share/xscorch/images
@dirrm share/xscorch
man/man6/xscorch.6.gz
%%DATADIR%%/accessories.def
%%DATADIR%%/copying.txt
%%DATADIR%%/images/xscorch-icon.xpm
%%DATADIR%%/images/xscorch-logo.xpm
%%DATADIR%%/profiles.def
%%DATADIR%%/scorings.def
%%DATADIR%%/sounds/README
%%DATADIR%%/weapons.def
%%DATADIR%%/xscorch.txt
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%