1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/graphics/timeless/Makefile
Baptiste Daroussin df914c9c5c cleanup plist
2014-12-20 18:58:13 +00:00

25 lines
539 B
Makefile

# Created by: Jeff Molofee
# $FreeBSD$
PORTNAME= timeless
PORTVERSION= 1.0
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= shaun
MAINTAINER= ports@FreeBSD.org
COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound
USE_SDL= sdl mixer
LDFLAGS+= -lm
PLIST_FILES= bin/timeless %%DATADIR%%/time.s3m
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/timeless ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/time.s3m ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>