6506e45d69
- Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
23 lines
487 B
Makefile
23 lines
487 B
Makefile
# New ports collection makefile for: timeless
|
|
# Date created: 5 August 2006
|
|
# Whom: Jeff Molofee
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= timeless
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= shaun
|
|
|
|
MAINTAINER= nehe@cruzinternet.com
|
|
COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound
|
|
|
|
USE_SDL= sdl mixer
|
|
|
|
PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/time.s3m
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.mk>
|