1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/gob2/Makefile

28 lines
615 B
Makefile
Raw Normal View History

# New ports collection makefile for: gob2
# Date created: 09 November 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gob2
2003-01-05 01:29:59 +00:00
PORTVERSION= 2.0.4
CATEGORIES= devel
2001-07-09 06:54:48 +00:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2002-02-04 09:30:22 +00:00
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= gob2.1
.include <bsd.port.mk>