1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/clanbomber/Makefile
Maxim Sobolev 10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00

24 lines
499 B
Makefile

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