1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/gob2/Makefile

27 lines
577 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-05-21 00:22:54 +00:00
PORTVERSION= 2.0.6
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
COMMENT= A preprocessor for making GObjects with inline C
USE_GMAKE= yes
GNU_CONFIGURE= yes
2003-04-22 04:46:36 +00:00
USE_GNOME= glib20
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2003-05-21 00:22:54 +00:00
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gob2.1
.include <bsd.port.mk>