aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdl-devel/Makefile')
-rw-r--r--devel/sdl-devel/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/sdl-devel/Makefile b/devel/sdl-devel/Makefile
index 4cce49be3f54..c53b3d506c36 100644
--- a/devel/sdl-devel/Makefile
+++ b/devel/sdl-devel/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: SDL
-# Version required: 1.0.1
+# Version required: 1.0.3
# Date created: 8 August 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= SDL-1.0.1
-PKGNAME= sdl-1.0.1
-CATEGORIES= devel audio
+DISTNAME= SDL-1.0.3
+PKGNAME= sdl-1.0.3
+CATEGORIES= devel
MASTER_SITES= http://www.devolution.com/~slouken/SDL/release/
MAINTAINER= andy@icc.surw.chel.su
@@ -32,10 +32,9 @@ CFLAGS+= -I${LOCALBASE}/include/pthread/linuxthreads
post-install:
@ ${MKDIR} ${PREFIX}/share/examples/SDL
- @ ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/SDL
-.for file in BUGS COPYING CREDITS README TODO WhatsNew docs.html
+.for file in BUGS COPYING CREDITS README WhatsNew docs.html
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL
.endfor
@ cd ${WRKSRC}/docs; tar cf - audio cdrom events images index.html threads video | \