mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
31 lines
688 B
Makefile
31 lines
688 B
Makefile
# New ports collection makefile for: einstein
|
|
# Date created: 30 january 2005
|
|
# Whom: edwin@mavetju.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= einstein
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://games.flowix.com/files/einstein/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle.
|
|
|
|
USE_SDL= sdl ttf mixer
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
IGNORE= Einstein requires wstrings which are not available in FreeBSD 4.x
|
|
.endif
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|