blob: 3e0d0500a5e3ef96b763441ec9cb365f45469d81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: senken
# Date created: 15 January 2003
# Whom: tmartin@andrew.cmu.edu
#
# $FreeBSD$
PORTNAME= senken
PORTVERSION= 0.2.6
CATEGORIES= games
MASTER_SITES= http://www.contrib.andrew.cmu.edu/~tmartin/senken/download/
MAINTAINER= tmartin@andrew.cmu.edu
COMMENT= A city simulation game
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image
GNU_CONFIGURE= yes
USE_SDL= yes
USE_GNOME= gtk12
.include <bsd.port.mk>
|