mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Deploy USE_GNOMENG infrastructure
PR: 42194 Submitted by: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
33df6e8f21
commit
279554ac52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65302
@ -13,14 +13,14 @@ MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/
|
||||
MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOMENG= yes
|
||||
WANT_GNOME= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||
USE_GNOME= gtk12
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
.endif
|
||||
|
||||
|
@ -18,7 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/mcal/mcal:${PORTSDIR}/deskutils/mcal
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
post-extract:
|
||||
${CHMOD} a-x ${WRKSRC}/*
|
||||
|
@ -14,7 +14,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= gtimer.1
|
||||
|
@ -18,7 +18,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/libexec
|
||||
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
post-patch:
|
||||
@${PERL} -i.orig -p \
|
||||
|
@ -18,6 +18,7 @@ MAN1= logjam.1
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,9 @@ MASTER_SITE_SUBDIR= loserjabber
|
||||
MAINTAINER= ryan@manunkind.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GTK= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
|
||||
MAN1= loserjabber.1
|
||||
MANCOMPRESSED= no
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user