Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 19:15:42 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360804 - head/graphics/timeless
Message-ID:  <201407051915.s65JFgAY018687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Jul  5 19:15:41 2014
New Revision: 360804
URL: http://svnweb.freebsd.org/changeset/ports/360804
QAT: https://qat.redports.org/buildarchive/r360804/

Log:
  graphics/timeless: stage and explicit linking with -lm (dports)

Modified:
  head/graphics/timeless/Makefile

Modified: head/graphics/timeless/Makefile
==============================================================================
--- head/graphics/timeless/Makefile	Sat Jul  5 19:14:53 2014	(r360803)
+++ head/graphics/timeless/Makefile	Sat Jul  5 19:15:41 2014	(r360804)
@@ -12,9 +12,14 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	FreeBSD/SDL port of Tran's Timeless Demo with Sound
 
 USE_SDL=	sdl mixer
+LDFLAGS+=	-lm
 
-PLIST_FILES=	bin/${PORTNAME} %%DATADIR%%/time.s3m
+PLIST_FILES=	bin/timeless %%DATADIR%%/time.s3m
 PLIST_DIRS=	%%DATADIR%%
 
-NO_STAGE=	yes
+do-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/timeless ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/time.s3m ${STAGEDIR}${DATADIR}
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051915.s65JFgAY018687>