mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Simplify gmake usage
PR: ports/173681 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Feature safe: yes
This commit is contained in:
parent
55cd705d8a
commit
5dec0dbfa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307626
@ -16,11 +16,12 @@ COMMENT= Liberate the universe from the evil company WEAPCO
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
USE_XORG= x11 xau xdmcp
|
||||
USE_SDL= image mixer
|
||||
WITH_ZLIB= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
@ -41,10 +42,6 @@ post-patch:
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -i '' -e '/$$(DESTDIR)$$(DOCDIR)/d' ${WRKSRC}/makefile
|
||||
.endif
|
||||
@(cd ${WRKSRC} && ${CP} makefile Makefile)
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC} && ${GMAKE})
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
|
||||
|
Loading…
Reference in New Issue
Block a user