mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to version 1.0.2 and use new gnome ports.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
This commit is contained in:
parent
c7ef07af53
commit
7e89bdf13c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19108
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: gtop
|
||||
# Version required: 1.0.1
|
||||
# Version required: 1.0.2
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1999/03/09 01:09:02 nectar Exp $
|
||||
# $Id: Makefile,v 1.9 1999/04/08 18:08:37 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtop-1.0.1
|
||||
DISTNAME= gtop-1.0.2
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gtop
|
||||
@ -16,13 +16,15 @@ MAINTAINER= nacai@iname.com
|
||||
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
||||
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-gnome=${X11BASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
||||
--with-gnome=${PREFIX}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtop-1.0.1.tar.gz) = 20677ff8e3bb3f658ab0860969140cc2
|
||||
MD5 (gtop-1.0.2.tar.gz) = c7b77862a3f7b64c85c0831a2b019bf6
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: gtop
|
||||
# Version required: 1.0.1
|
||||
# Version required: 1.0.2
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1999/03/09 01:09:02 nectar Exp $
|
||||
# $Id: Makefile,v 1.9 1999/04/08 18:08:37 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtop-1.0.1
|
||||
DISTNAME= gtop-1.0.2
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gtop
|
||||
@ -16,13 +16,15 @@ MAINTAINER= nacai@iname.com
|
||||
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
||||
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-gnome=${X11BASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
||||
--with-gnome=${PREFIX}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtop-1.0.1.tar.gz) = 20677ff8e3bb3f658ab0860969140cc2
|
||||
MD5 (gtop-1.0.2.tar.gz) = c7b77862a3f7b64c85c0831a2b019bf6
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: gtop
|
||||
# Version required: 1.0.1
|
||||
# Version required: 1.0.2
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1999/03/09 01:09:02 nectar Exp $
|
||||
# $Id: Makefile,v 1.9 1999/04/08 18:08:37 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtop-1.0.1
|
||||
DISTNAME= gtop-1.0.2
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gtop
|
||||
@ -16,13 +16,15 @@ MAINTAINER= nacai@iname.com
|
||||
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
||||
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-gnome=${X11BASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
||||
--with-gnome=${PREFIX}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtop-1.0.1.tar.gz) = 20677ff8e3bb3f658ab0860969140cc2
|
||||
MD5 (gtop-1.0.2.tar.gz) = c7b77862a3f7b64c85c0831a2b019bf6
|
||||
|
Loading…
Reference in New Issue
Block a user