053fdb6a6b
(Part 2)
34 lines
718 B
Makefile
34 lines
718 B
Makefile
# New ports collection makefile for: libglade2
|
|
# Date created: 18 August 1999
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libglade2
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0
|
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME glade library
|
|
|
|
BUILD_DEPENDS= ${PYEXPAT}
|
|
RUN_DEPENDS= ${PYEXPAT}
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_PYTHON= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNOME= gnomehack libxml2 gtk20
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|