mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- New port games/xlennart
- Pass maintainership to submitter PR: 195977 Submitted by: Neel Chauhan <neel@neelc.org>
This commit is contained in:
parent
cca585038f
commit
6c30733162
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376157
@ -1088,6 +1088,7 @@
|
||||
SUBDIR += xjumpx
|
||||
SUBDIR += xkoules
|
||||
SUBDIR += xlaby
|
||||
SUBDIR += xlennart
|
||||
SUBDIR += xlife
|
||||
SUBDIR += xlogical
|
||||
SUBDIR += xmahjongg
|
||||
|
60
games/xlennart/Makefile
Normal file
60
games/xlennart/Makefile
Normal file
@ -0,0 +1,60 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xlennart
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
COMMENT= XBill Modification
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${SCORES_DIR}
|
||||
|
||||
SCORES_DIR?= ${DATADIR}/scores
|
||||
|
||||
DESKTOP_ENTRIES="xLennart" \
|
||||
"Save your computers from the evil clutches of Lennart" \
|
||||
"${DATADIR}/pixmaps/icon.xpm" \
|
||||
"xlennart" \
|
||||
"Game;ArcadeGame;" \
|
||||
false
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man6/${PORTNAME}.6.gz
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
OPTIONS_SINGLE= WIDGETSET
|
||||
OPTIONS_SINGLE_WIDGETSET= ATHENA GTK MOTIF
|
||||
OPTIONS_DEFAULT= GTK
|
||||
|
||||
ATHENA_DESC= Athena widget set
|
||||
GTK_DESC= GTK widget set
|
||||
MOTIF_DESC= Motif widget set
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Xylemon
|
||||
GH_COMMIT= da84384
|
||||
|
||||
USES= pkgconfig
|
||||
|
||||
ATHENA_CONFIGURE_ON= --disable-gtk --disable-motif
|
||||
ATHENA_USE= XORG=xaw,xmu,xt,x11,sm,ice
|
||||
|
||||
MOTIF_CONFIGURE_ON= --disable-athena --disable-gtk
|
||||
MOTIF_USE= XORG=xt,x11,sm,ice,xpm
|
||||
MOTIF_USES= motif
|
||||
|
||||
GTK_CONFIGURE_ON= --disable-athena --disable-motif
|
||||
GTK_USE= GNOME=gtk20 XORG=sm,ice
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXm"$$|-lXm -lXpm"|' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xlennart
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/xlennart/distinfo
Normal file
2
games/xlennart/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xlennart-1.1.tar.gz) = ee5e6d738a4e6ec7e9e341ecf1f7add416dec553906006ba991c5552ccea2b82
|
||||
SIZE (xlennart-1.1.tar.gz) = 177680
|
11
games/xlennart/files/patch-Makefile.in
Normal file
11
games/xlennart/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig 2014-12-09 13:17:00.000000000 -0500
|
||||
+++ Makefile.in 2014-12-14 14:31:27.388377891 -0500
|
||||
@@ -43,7 +43,7 @@
|
||||
pixmaps/icon.xpm pixmaps/centos.xpm pixmaps/logo.xpm \
|
||||
pixmaps/maccpu.xpm pixmaps/debian.xpm pixmaps/nextcpu.xpm \
|
||||
pixmaps/gentoo.xpm pixmaps/openbsd.xpm pixmaps/os2cpu.xpm \
|
||||
- pixmaps/palm.xpm pixmaps/palmcpu.xpm pixmaps/mandriva.xpm \
|
||||
+ pixmaps/mandriva.xpm \
|
||||
pixmaps/spark_0.xpm pixmaps/slackware.xpm pixmaps/suse.xpm \
|
||||
pixmaps/spark_1.xpm pixmaps/ubuntu.xpm pixmaps/sgicpu.xpm \
|
||||
pixmaps/suncpu.xpm pixmaps/toaster.xpm pixmaps/initfail.xpm
|
11
games/xlennart/pkg-descr
Normal file
11
games/xlennart/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Yet again, the fate of the world rests in your hands! An evil computer hacker,
|
||||
known only by his handle 'Lennart', has created the ultimate computer virus. A
|
||||
virus so powerful that it has the power to transmute an ordinary computer into
|
||||
a toaster oven. (oooh!) 'Lennart' has cloned himself into a billion-jillion
|
||||
micro-Lenns. Their sole purpose is to deliver the nefarious virus, which has
|
||||
been cleverly diguised as a popularinit system.
|
||||
|
||||
As System Administrator/Exterminator, your job is to keep Lennart from
|
||||
succeeding at his task.
|
||||
|
||||
WWW: http://www.github.com/Xylemon/xlennart
|
Loading…
Reference in New Issue
Block a user