openbsd-ports/games/xkobo/Makefile
ajacoutot a08f3919de Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 06:56:42 +00:00

39 lines
759 B
Makefile

# $OpenBSD: Makefile,v 1.26 2011/05/11 06:56:43 ajacoutot Exp $
COMMENT= multi-way scrolling shoot'em up for X11, addictive
DISTNAME= xkobo-1.11
REVISION = 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} \
ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
FLAVORS=harder
FLAVOR?=
.if ${FLAVOR:L} == "harder"
PATCH_LIST=patch-* extra-hard
.endif
MAINTAINER= Marc Espie <espie@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs stdc++ xcb
CONFIGURE_STYLE= imake
ALL_TARGET= xkobo
USE_GROFF = Yes
NO_REGRESS= Yes
post-install:
${INSTALL_MAN} ${WRKSRC}/xkobo.man ${PREFIX}/man/man1/xkobo.1
.include <bsd.port.mk>