1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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

This commit is contained in:
John Marino 2014-07-05 19:15:41 +00:00
parent 47bd638a44
commit 3d1b7d9e54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360804

View File

@ -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>