mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
053fdb6a6b
(Part 2)
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# New ports collection makefile for: senken
|
|
# Date created: 15 January 2003
|
|
# Whom: tmartin@andrew.cmu.edu
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= senken
|
|
PORTVERSION= 0.2.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.contrib.andrew.cmu.edu/~tmartin/senken/download/
|
|
|
|
MAINTAINER= tmartin@andrew.cmu.edu
|
|
COMMENT= A city simulation game
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_SDL= image sdl
|
|
USE_GNOME= gtk12
|
|
|
|
.include <bsd.port.mk>
|