freebsd-ports/games/clanbomber/Makefile
Maxim Sobolev 705d59977f - Update to 1.01a;
- reflect move of the home page and MASTER_SITES to Sourceforge.

Prompted by:	Fenner's distfiles survey
2001-09-27 14:52:41 +00:00

25 lines
534 B
Makefile

# New ports collection makefile for: clanbomber
# Date created: 10 May 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= clanbomber
PORTVERSION= 1.01a
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
CFLAGS+= -fpermissive
.include <bsd.port.mk>