d5c252c3d1
name at this point. The offending change has been in the tree for only four days, so hopefully this won't cause too much trouble.
37 lines
878 B
Makefile
37 lines
878 B
Makefile
# New ports collection makefile for: libglade
|
|
# Date created: 18 August 1999
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libglade
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= stable/sources/libglade
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gnomedb.0:${PORTSDIR}/databases/gnomedb
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_PERL5= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOMECTRL= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
|
|
|
post-install:
|
|
@if [ -L ${PREFIX}/include/glade ]; then \
|
|
${RM} -f ${PREFIX}/include/glade; \
|
|
fi
|
|
@${LN} -sf ${PREFIX}/include/libglade-1.0/glade ${PREFIX}/include/glade
|
|
|
|
.include <bsd.port.mk>
|