- New option VICE_WITH_GNOME
- USE_GNOMENG - Drop dynamic detection - Make portlint happer
This commit is contained in:
parent
a645240cb0
commit
876ad9821e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72533
1 changed files with 16 additions and 9 deletions
|
@ -6,19 +6,34 @@
|
|||
|
||||
PORTNAME= vice
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/
|
||||
.if defined(VICE_WITH_GNOME)
|
||||
PKGNAMESUFFIX= -gnome
|
||||
.endif
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
.if !defined(VICE_WITH_GNOME)
|
||||
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
.endif
|
||||
|
||||
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
|
||||
NO_CDROM= ${RESTRICTED}
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
USE_XPM= yes
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.if defined(VICE_WITH_GNOME)
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomelibs
|
||||
CONFIGURE_ARGS= --enable-gnomeui
|
||||
.else
|
||||
CONFIGURE_ARGS= --with-xaw3d
|
||||
.endif
|
||||
|
||||
MAN1= vice.1 c1541.1 petcat.1
|
||||
MLINKS= vice.1 x64.1 \
|
||||
vice.1 x128.1 \
|
||||
|
@ -29,14 +44,6 @@ MLINKS= vice.1 x64.1 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ARGS= --enable-gnomeui
|
||||
.else
|
||||
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
CONFIGURE_ARGS= --with-xaw3d
|
||||
.endif
|
||||
|
||||
.if ${XFREE86_VERSION} == 4
|
||||
BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue