Convert to USES=autoreconf.
This commit is contained in:
parent
5c39407110
commit
ad1659d956
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457161
1 changed files with 1 additions and 7 deletions
|
@ -22,11 +22,10 @@ GH_ACCOUNT= Keruspe
|
|||
GH_PROJECT= Bomb-her-man
|
||||
GH_TAGNAME= 8f5aa22
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USES= autoreconf gmake pkgconfig
|
||||
USE_SDL= sdl image mixer ttf
|
||||
USE_GNOME= cairo intltool librsvg2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= automake:env
|
||||
ALL_TARGET= # empty
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -49,11 +48,6 @@ NLS_USES= gettext
|
|||
# Wrong versioning upstream
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
|
||||
|
||||
post-install:
|
||||
.for s in ${ICON_SIZES}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/
|
||||
|
|
Loading…
Reference in a new issue