From 6aa4f9ff2199872b76c630b26865cf0f7fcfdf9b Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 3 Sep 2001 16:31:09 +0000 Subject: New port pengpong version 0.2: A cross-platform pong game written in SDL PR: 30060 Submitted by: Patrick Li --- games/pengpong/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 games/pengpong/Makefile (limited to 'games/pengpong/Makefile') diff --git a/games/pengpong/Makefile b/games/pengpong/Makefile new file mode 100644 index 000000000000..d1db3c0dcd35 --- /dev/null +++ b/games/pengpong/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: pengpong +# Date created: Fri Aug 24 18:21:25 EDT 2001 +# Whom: Patrick Li +# +# $FreeBSD$ +# + +PORTNAME= pengpong +PORTVERSION= 0.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pat@databits.net + +LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image + +SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config + +NO_WRKSUBDIR= yes +MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" + +do-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + @${INSTALL_PROGRAM} ${WRKSRC}/pengpong ${PREFIX}/bin + +.include -- cgit v1.2.3