WANTLIB markers, typos...

This commit is contained in:
espie 2004-11-28 23:32:06 +00:00
parent db76ffc1df
commit 27f2724233
7 changed files with 16 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2004/11/28 22:41:16 espie Exp $
# $OpenBSD: Makefile,v 1.7 2004/11/28 23:32:06 espie Exp $
COMMENT= "astrosmash clone for X"
@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL SDL_image X11 Xext c m pthread stdc++ subhid
WANTLIB= SDL SDL_image X11 Xext c m pthread stdc++ usbhid
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/01 10:36:38 jolan Exp $
# $OpenBSD: Makefile,v 1.2 2004/11/28 23:32:07 espie Exp $
COMMENT= "clone of the commodore 64 game paradroids"
DISTNAME= freedroid-1.0.1
@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= SDL X11 Xext c jpeg m png pthread usbhid z
USE_X11= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2004/11/28 22:41:19 espie Exp $
# $OpenBSD: Makefile,v 1.5 2004/11/28 23:32:07 espie Exp $
COMMENT= "SDL clone of the popular Game of Life"
@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m pthread stdc++ subhid
WANTLIB= X11 Xext c m pthread stdc++ usbhid
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2002/09/17 14:46:06 wilfried Exp $
# $OpenBSD: Makefile,v 1.10 2004/11/28 23:32:07 espie Exp $
COMMENT= 'wm-dockapp; xeyes clone using South Park characters'
@ -14,6 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xmu Xpm Xt c m
MASTER_SITES= http://www.okb-1.org/speyes/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2004/11/28 22:41:21 espie Exp $
# $OpenBSD: Makefile,v 1.10 2004/11/28 23:32:07 espie Exp $
COMMENT= "Nebulous rewrite of Tower Toppler"
@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xext c m pthread stdc++ subhid
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2004/01/31 21:32:18 pvalchev Exp $
# $OpenBSD: Makefile,v 1.14 2004/11/28 23:32:07 espie Exp $
COMMENT= "cuddlesome teddy for the X11 desktop"
@ -13,6 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext c jpeg m png tiff ungif z
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2003/09/25 06:25:13 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2004/11/28 23:32:07 espie Exp $
COMMENT= "2.5 dimensional tetris-like game"
@ -14,6 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m stdc++
NO_REGRESS= Yes
USE_X11= Yes
@ -27,9 +28,11 @@ FLAVOR?=
.if ${FLAVOR:L:Mno_sdl}
CONFIGURE_ARGS+=--with-x
WANTLIB+= ICE SM
.else
CONFIGURE_ARGS+=--with-sdl
LIB_DEPENDS= SDL_image::devel/sdl-image
WANTLIB+= SDL pthread usbhid
.endif
do-install: