diff options
author | ak <ak@FreeBSD.org> | 2012-10-10 03:50:57 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-10-10 03:50:57 +0800 |
commit | a2439a77c6f3c9667f2c4fc23f9ec06947e0bec0 (patch) | |
tree | 54131058868d4e6663217f6830ab4b20eb063146 /games | |
parent | 06cd5a29d80824f42220728ad9fe07b5a3c77b43 (diff) | |
download | freebsd-ports-gnome-a2439a77c6f3c9667f2c4fc23f9ec06947e0bec0.tar.gz freebsd-ports-gnome-a2439a77c6f3c9667f2c4fc23f9ec06947e0bec0.tar.zst freebsd-ports-gnome-a2439a77c6f3c9667f2c4fc23f9ec06947e0bec0.zip |
- Convert Makefile headers to new style
- Remove redundant comments
- Add DESKTOP_ENTRIES
- Bump PORTREVISION
Submitted by: nemysis <nemysis at gmx.ch> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/3dpong/Makefile | 32 | ||||
-rw-r--r-- | games/3dpong/distinfo | 8 |
2 files changed, 19 insertions, 21 deletions
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile index e27d68c63433..45a360ca609e 100644 --- a/games/3dpong/Makefile +++ b/games/3dpong/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: 3dpong -# Date created: 10 March 1998 -# Whom: Andrey Zakhvatov -# # $FreeBSD$ -# PORTNAME= 3dpong PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/3dpong/src/ \ ftp://ftp.billsgames.com/unix/x/3dpong/src/ \ http://www.newbreedsoftware.com/images/prodicons/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.gif:icons +DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= nemysis@gmx.ch @@ -21,6 +17,8 @@ COMMENT= X Window 3D Pong game for 1 or 2 players LICENSE= GPLv2 +BUILD_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm + USE_XORG= x11 USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ @@ -29,7 +27,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ MAN6= ${PORTNAME}.6 PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.gif \ + share/pixmaps/${PORTNAME}.png \ share/examples/${PORTNAME}/${PORTNAME}-handball.sh \ share/examples/${PORTNAME}/${PORTNAME}-vs-computer.sh PLIST_DIRS= share/examples/${PORTNAME} @@ -37,32 +35,32 @@ PLIST_DIRS= share/examples/${PORTNAME} PORTDATA= * PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt +DESKTOP_ENTRIES="3D Pong" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} + .include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|cat sounds/|cat ${DATADIR}/|g' ${WRKSRC}/src/3dpong.c +post-build: + @(cd ${WRKSRC} && \ + ${LOCALBASE}/bin/giftopnm ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.gif | \ + ${LOCALBASE}/bin/pnmtopng > ${PORTNAME}.png) + do-install: -# Executable ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -# Data ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${DATADIR} ${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN6PREFIX}/man/man6 + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps -# Pixmaps - ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ - -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} -. endfor + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR} .endif -# Examples @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .include <bsd.port.mk> diff --git a/games/3dpong/distinfo b/games/3dpong/distinfo index e566a43d0aad..8e768a098b28 100644 --- a/games/3dpong/distinfo +++ b/games/3dpong/distinfo @@ -1,4 +1,4 @@ -SHA256 (3dpong-0.5.tar.gz) = b1557818319f482c1e0795192f013ecf998c9f1013033b542676d1bf743a6bc5 -SIZE (3dpong-0.5.tar.gz) = 37004 -SHA256 (3dpong.gif) = 52524304fd79bb31740ac59a6ce249cc8461112adca0e4f3ab57ff4ab5623a1f -SIZE (3dpong.gif) = 321 +SHA256 (3dpong/3dpong-0.5.tar.gz) = b1557818319f482c1e0795192f013ecf998c9f1013033b542676d1bf743a6bc5 +SIZE (3dpong/3dpong-0.5.tar.gz) = 37004 +SHA256 (3dpong/3dpong.gif) = 52524304fd79bb31740ac59a6ce249cc8461112adca0e4f3ab57ff4ab5623a1f +SIZE (3dpong/3dpong.gif) = 321 |