homepage does not exist anymore, remove references to it
This commit is contained in:
parent
330e834bdb
commit
3712b15c99
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.2 2001/09/02 03:48:06 pvalchev Exp $
|
# $OpenBSD: Makefile,v 1.3 2001/09/02 04:15:01 pvalchev Exp $
|
||||||
|
|
||||||
COMMENT= "X11 game engine library"
|
COMMENT= "X11 game engine library"
|
||||||
|
|
||||||
@ -7,8 +7,6 @@ DISTNAME= gengameng-${VERSION}
|
|||||||
CATEGORIES= devel x11
|
CATEGORIES= devel x11
|
||||||
NEED_VERSION= 1.433
|
NEED_VERSION= 1.433
|
||||||
|
|
||||||
HOMEPAGE= http://www3.sympatico.ca/sarrazip/dev/
|
|
||||||
|
|
||||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||||
|
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
@ -16,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
MASTER_SITES= ${HOMEPAGE}
|
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
|
||||||
|
|
||||||
LIB_DEPENDS= SDL.0.3:sdl-*-!no_x11:devel/sdl \
|
LIB_DEPENDS= SDL.0.3:sdl-*-!no_x11:devel/sdl \
|
||||||
SDL_image.0.0:sdl-image-*:devel/sdl-image
|
SDL_image.0.0:sdl-image-*:devel/sdl-image
|
||||||
|
@ -2,5 +2,3 @@ The Generic Game Engine library supports the double-buffering
|
|||||||
animation technique: one visible X11 pixmap where an image is
|
animation technique: one visible X11 pixmap where an image is
|
||||||
prepared, and one visible X11 window to which a prepared image
|
prepared, and one visible X11 window to which a prepared image
|
||||||
is copied at every animation period.
|
is copied at every animation period.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user