add speedx
This commit is contained in:
parent
b649d0dfca
commit
c7847ad28a
2 changed files with 6 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,5 @@
|
|||
# $Id: Makefile,v 1.205 2003/06/02 15:26:04 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.205 2003/06/02 15:26:04 jmmv Exp $
|
||||
# $Id: Makefile,v 1.206 2003/06/02 15:47:29 jeremy-c-reed Exp $
|
||||
# $NetBSD: Makefile,v 1.206 2003/06/02 15:47:29 jeremy-c-reed Exp $
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
||||
|
@ -153,6 +153,7 @@ SUBDIR+= scons
|
|||
SUBDIR+= scponly
|
||||
SUBDIR+= shoutcast
|
||||
SUBDIR+= slocate
|
||||
SUBDIR+= speedx
|
||||
SUBDIR+= srvx
|
||||
SUBDIR+= strace
|
||||
SUBDIR+= streamripper
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/05/30 23:25:32 jeremy-c-reed Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/06/02 15:47:30 jeremy-c-reed Exp $
|
||||
|
||||
DISTNAME= Tuxtype2-${VERSION}
|
||||
PKGNAME= tuxtype2-${VERSION}
|
||||
|
@ -15,6 +15,8 @@ VERSION= 1.5.0
|
|||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK2= YES
|
||||
|
||||
CFLAGS+= -DDEBUG
|
||||
|
||||
.include "../../graphics/SDL_image/buildlink2.mk"
|
||||
.include "../../audio/SDL_mixer/buildlink2.mk"
|
||||
.include "../../devel/SDL_ttf/buildlink2.mk"
|
||||
|
|
Loading…
Reference in a new issue