freebsd-ports/x11-toolkits/gob/Makefile

25 lines
502 B
Makefile
Raw Normal View History

# New ports collection makefile for: GTK+ Object Builder
# Date created: 25 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gob
2001-07-09 02:54:48 -04:00
PORTVERSION= 1.0.10
CATEGORIES= x11-toolkits
2001-07-09 02:54:48 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gob
MAINTAINER= gnome@FreeBSD.org
USE_GMAKE= yes
2000-10-05 02:42:57 -04:00
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gob.1
.include <bsd.port.mk>