7540a0f1a1
--sysconfdir anymore
31 lines
729 B
Makefile
31 lines
729 B
Makefile
# $OpenBSD: Makefile,v 1.3 1999/03/31 12:02:53 niklas Exp $
|
|
|
|
DISTNAME= ORBit-0.4.0
|
|
CATEGORIES= devel
|
|
|
|
NEED_VERSION= 1.79
|
|
|
|
MAINTAINER= rohee@OpenBSD.ORG
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= ORBit
|
|
|
|
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \
|
|
gindent:${PORTSDIR}/devel/gindent
|
|
LIB_DEPENDS+= glib\.1\.2:${PORTSDIR}/devel/glib
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} # does not honour it
|
|
|
|
CONFIGURE_ENV+= LIBTOOL=/usr/local/bin/libtool
|
|
|
|
post-install:
|
|
test -f ${PREFIX}/info/dir || \
|
|
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir
|
|
install-info ${PREFIX}/info/libIDL.info ${PREFIX}/info/dir
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|