diff options
Diffstat (limited to 'games/kxl/Makefile')
-rw-r--r-- | games/kxl/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/games/kxl/Makefile b/games/kxl/Makefile deleted file mode 100644 index 7fbd83d..0000000 --- a/games/kxl/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: kxl -# Date created: 16 June 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kxl -PORTVERSION= 1.1.7 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= http://kxl.hn.org/download/ -DISTNAME= KXL-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A visual, sound library for games - -USE_X_PREFIX= yes -USE_XPM= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LIBS=="-L${X11BASE}/lib" - -.include <bsd.port.mk> |