25 lines
519 B
Makefile
25 lines
519 B
Makefile
# New ports collection makefile for: defendguin
|
|
# Date created: 8 February 2001
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= defendguin
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/defendguin/
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
|
MKDIR="${MKDIR}" \
|
|
TAR="${TAR}"
|
|
|
|
.include <bsd.port.mk>
|