mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Simplify Makefile [1]
- Remove deprecated comments at the top of Makefile - Remove indefinite article from COMMENT PR: ports/171362 [1] Submitted by: nemysis <nemysis@gmx.ch> (maintainer) [1]
This commit is contained in:
parent
612ed51a61
commit
9328b56182
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303823
@ -1,56 +1,38 @@
|
||||
# Ports collection Makefile for: cutemaze
|
||||
# Date created: 2012-04-20
|
||||
# Whom: nemysis@gmx.ch
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cutemaze
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://gottcode.org/${PORTNAME}/
|
||||
EXTRACT_SUFX= -src.tar.bz2
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= A simple, top-down game in which mazes are randomly generated
|
||||
COMMENT= Simple, top-down game in which mazes are randomly generated
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PORTDATA= *
|
||||
PORTDOCS= ChangeLog README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
${QMAKE} ${QMAKEFLAGS}
|
||||
|
||||
do-install:
|
||||
# Executable
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
# Data
|
||||
${MKDIR} ${DATADIR}
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "preview themes" ${DATADIR})
|
||||
${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro
|
||||
|
||||
post-install:
|
||||
# Icons
|
||||
${MKDIR} ${PREFIX}/share/icons/oxygen
|
||||
.for d in icons
|
||||
(cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/)
|
||||
.endfor
|
||||
@(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/)
|
||||
|
||||
# Pixmaps and Desktop
|
||||
# Pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/
|
||||
${MKDIR} ${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop \
|
||||
${PREFIX}/share/applications/
|
||||
|
||||
# Documentation
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/cutemaze
|
||||
share/applications/cutemaze.desktop
|
||||
share/icons/hicolor/48x48/apps/cutemaze.png
|
||||
share/icons/oxygen/16x16/application-exit.png
|
||||
share/icons/oxygen/16x16/document-new.png
|
||||
share/icons/oxygen/16x16/games-config-options.png
|
||||
@ -33,5 +34,8 @@ share/pixmaps/cutemaze.png
|
||||
@dirrmtry share/icons/oxygen/22x22
|
||||
@dirrmtry share/icons/oxygen/16x16
|
||||
@dirrmtry share/icons/oxygen
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/applications
|
||||
|
Loading…
Reference in New Issue
Block a user