diff options
author | vd <vd@FreeBSD.org> | 2006-10-31 22:13:19 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-10-31 22:13:19 +0800 |
commit | c02e8c98fc2a808212a39ff67ffba39d23a4992f (patch) | |
tree | aa61f22f5480825e72044175b8c8a71bbf684fe4 /devel | |
parent | a52f61e98635b066a39055723b09678685cb5c22 (diff) | |
download | freebsd-ports-gnome-c02e8c98fc2a808212a39ff67ffba39d23a4992f.tar.gz freebsd-ports-gnome-c02e8c98fc2a808212a39ff67ffba39d23a4992f.tar.zst freebsd-ports-gnome-c02e8c98fc2a808212a39ff67ffba39d23a4992f.zip |
Remove expired leaf ports:
2006-10-26 archivers/linux-unace
2006-10-12 audio/gdesklets-cornerxmms
2006-10-12 deskutils/gdesklets-sensor-displayconstraints
2006-10-17 devel/sdl_ldbad
2006-10-27 lang/pdss
2006-10-17 multimedia/slideshow
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/sdl_ldbad/Makefile | 37 | ||||
-rw-r--r-- | devel/sdl_ldbad/pkg-descr | 8 | ||||
-rw-r--r-- | devel/sdl_ldbad/pkg-plist | 7 |
4 files changed, 0 insertions, 53 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8f5938854880..beafaad07f93 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1861,7 +1861,6 @@ SUBDIR += scons SUBDIR += scsh-install-lib SUBDIR += sdl12 - SUBDIR += sdl_ldbad SUBDIR += sdlmm SUBDIR += sdts++ SUBDIR += sedsed diff --git a/devel/sdl_ldbad/Makefile b/devel/sdl_ldbad/Makefile deleted file mode 100644 index 8648dd15a5a0..000000000000 --- a/devel/sdl_ldbad/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: sdl_ldbad -# Date created: 17 April 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= sdl_ldbad -PORTVERSION= 1.0 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= # none -DISTFILES= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= A SDL Linux Developer's BandAiD - -BROKEN= incorrect pkg-plist and doesn't required anymore -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-10-17 - -USE_SDL= sdl -NO_BUILD= yes -NO_WRKSUBDIR= yes - -do-fetch: - @${DO_NADA} - -do-install: - ${LN} -shf ${SDL_CONFIG} ${PREFIX}/bin/sdl-config - ${LN} -shf ${LOCALBASE}/include/SDL11 ${PREFIX}/include/SDL -.for lib in SDL-1.1.a SDL-1.1.so SDL-1.1.so.7 SDLmain-1.1.a - ${LN} -shf ${LOCALBASE}/lib/lib${lib} ${PREFIX}/lib/lib${lib:S/-1.1//} -.endfor - ${LN} -shf ${LOCALBASE}/share/aclocal/sdl11.m4 ${PREFIX}/share/aclocal/sdl.m4 - -.include <bsd.port.mk> diff --git a/devel/sdl_ldbad/pkg-descr b/devel/sdl_ldbad/pkg-descr deleted file mode 100644 index 8a3ae91f3360..000000000000 --- a/devel/sdl_ldbad/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is a SDL Linux Developer's BandAiD - a package, which when combined -with a FreeBSD SDL package creates development environment more similar to -SDL development environment on other platforms (mostly Linux). - -Please note that this package is only for developer's use - no package should -use it as a dependency! - -WWW: http://www.libsdl.org/ diff --git a/devel/sdl_ldbad/pkg-plist b/devel/sdl_ldbad/pkg-plist deleted file mode 100644 index baf054e3f4ed..000000000000 --- a/devel/sdl_ldbad/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/sdl-config -include/SDL -lib/libSDL.a -lib/libSDL.so -lib/libSDL.so.7 -lib/libSDLmain.a -share/aclocal/sdl.m4 |