- Swith to USES=autoreconf
- Remove @dirrm* from pkg-plist PR: 196205 Submitted by: amdmi3 Approved by: maintainer timeout (nemysis)
This commit is contained in:
parent
5b87631265
commit
9a769884a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376892
2 changed files with 1 additions and 15 deletions
|
@ -28,10 +28,9 @@ GH_PROJECT= 3omns
|
|||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 84f4b60
|
||||
|
||||
USES= compiler:c++11-lang gmake pkgconfig lua:52
|
||||
USES= autoreconf compiler:c++11-lang gmake pkgconfig lua:52
|
||||
USE_SDL= image2 sdl2 ttf2
|
||||
USE_GNOME= glib20
|
||||
USE_AUTOTOOLS= aclocal:env automake:env autoheader:env autoconf:env
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -40,9 +39,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -largp
|
|||
PORTDOCS= NEWS README
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${AUTORECONF} -fi)
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
|
|
@ -20,13 +20,3 @@ man/man6/3omns.6.gz
|
|||
share/applications/3omns.desktop
|
||||
share/icons/hicolor/scalable/apps/3omns.svg
|
||||
share/pixmaps/3omns.png
|
||||
@dirrm %%DATADIR%%/base/entities
|
||||
@dirrm %%DATADIR%%/base/sprites
|
||||
@dirrm %%DATADIR%%/base
|
||||
@dirrm %%DATADIR%%/gfx
|
||||
@dirrm %%DATADIR%%/ttf
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
|
|
Loading…
Reference in a new issue