openbsd-ports/devel/libgtop2/Makefile
marcm fd86c53663 Update GNOME support ports to their Gnome 2.4 versions...
ORBit2    2.6.3 -> 2.8.1
gconf2    2.2.1 -> 2.4.0.1
libgtop2  2.0.2 -> 2.0.5
libwnck   2.2.2 -> 2.4.0.1
vte       0.10.29 -> 0.11.10

Also removes devel/linc since it has been rolled into devel/ORBit2.
2003-10-07 05:47:57 +00:00

41 lines
959 B
Makefile

# $OpenBSD: Makefile,v 1.5 2003/10/07 05:47:57 marcm Exp $
COMMENT= "portable library for obtaining system information"
V= 2.0.5
DISTNAME= libgtop-${V}
PKGNAME= libgtop2-${V}
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org
MAINTAINER= Marc Matteo <marcm@openbsd.org>
SYSDEPS= openbsd-libgtop-020830
DISTFILES= ${DISTNAME}.tar.bz2 \
${SYSDEPS}.tar.gz:0
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtop/2.0/}
MASTER_SITES0= http://nforced.com/openbsd/distfiles/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= gettext
LIB_DEPENDS= glib-2.0.0.0::devel/glib2
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.57
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-extract:
@mv ${WRKDIR}/${SYSDEPS} ${WRKSRC}/sysdeps/openbsd
.include <bsd.port.mk>