2002-11-13 17:54:21 +00:00
|
|
|
# New ports collection makefile for: gob2
|
|
|
|
# Date created: 09 November 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2000-01-25 11:13:57 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-11-13 17:54:21 +00:00
|
|
|
PORTNAME= gob2
|
2003-05-21 00:22:54 +00:00
|
|
|
PORTVERSION= 2.0.6
|
2002-11-13 17:54:21 +00:00
|
|
|
CATEGORIES= devel
|
2001-07-09 06:54:48 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-11-13 17:54:21 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
|
|
|
|
DIST_SUBDIR= gnome2
|
2000-01-25 11:13:57 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A preprocessor for making GObjects with inline C
|
2000-01-25 11:13:57 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-04-22 04:46:36 +00:00
|
|
|
USE_GNOME= glib20
|
2000-01-25 11:13:57 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-21 00:22:54 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-01-25 11:13:57 +00:00
|
|
|
|
2002-11-13 17:54:21 +00:00
|
|
|
MAN1= gob2.1
|
2000-01-25 11:13:57 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|