3246a363a8
Reviewed by: will
20 lines
416 B
Makefile
20 lines
416 B
Makefile
# New ports collection makefile for: xsc
|
|
# Date created: Apr 16, 2001
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xsc
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.panix.com/~mbh/xsc/
|
|
|
|
MAINTAINER= markp@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|