From 3d1b7d9e5448aa037558521193225af85b71c455 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 5 Jul 2014 19:15:41 +0000 Subject: graphics/timeless: stage and explicit linking with -lm (dports) --- graphics/timeless/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index 99ef4874a435..ff9324d53341 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -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 -- cgit v1.2.3