mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Replace USE_XPM with a list of required xorg components
With hat: portmgr
This commit is contained in:
parent
7e61e896ea
commit
7357ff2a4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208826
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= nethack
|
||||
PORTVERSION= 3.2.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-3.2.2
|
||||
LATEST_LINK= nethack32
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XPM= yes
|
||||
USE_XORG= xaw xpm
|
||||
PLIST_SUB= HACKNAME="${HACKNAME}" \
|
||||
HACKEXT="${HACKEXT}"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= nethack
|
||||
PORTVERSION= 3.3.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES?= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= nethack
|
||||
@ -38,7 +38,7 @@ DOCSDIR= ${PREFIX}/share/doc/${HACKNAME}
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
USE_XPM= yes
|
||||
USE_XORG= xaw xpm
|
||||
GRAPHICS= X11_GRAPHICS
|
||||
.else
|
||||
.if ${PKGNAMESUFFIX} == "-gnome"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= nethack
|
||||
PORTVERSION= 3.4.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES?= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -33,7 +33,7 @@ HACKDIR?= lib/${HACKNAME}
|
||||
HACKDOCSDIR?= share/doc/${HACKNAME}
|
||||
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
USE_XPM= yes
|
||||
USE_XORG= xaw xpm
|
||||
GRAPHICS= X11_GRAPHICS
|
||||
.else
|
||||
.if ${PKGNAMESUFFIX} == "-gnome"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= nethack
|
||||
PORTVERSION= 1.0.5.19970924
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= japanese games
|
||||
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \
|
||||
ftp://ftp.wtower.com/nethack/sources/
|
||||
@ -26,7 +26,7 @@ NO_LATEST_LINK= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
USE_XPM= yes
|
||||
USE_XORG= xaw xpm
|
||||
USE_GMAKE= yes
|
||||
MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= nethack
|
||||
PORTVERSION= 3.4.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= japanese games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -38,7 +38,7 @@ HACKDIR?= lib/${HACKNAME}
|
||||
HACKDOCSDIR?= share/doc/ja/nethack
|
||||
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
USE_XPM= yes
|
||||
USE_XORG= xaw xpm
|
||||
GRAPHICS= X11_GRAPHICS
|
||||
.else
|
||||
.if ${PKGNAMESUFFIX} == "-gnome"
|
||||
|
Loading…
Reference in New Issue
Block a user