0cdb193c88
o Also, get this port back to compiling (has been broken since autoconf was repocopied to autoconf213) with help of new code as of bsd.port.mk rev 1.394 - fix it by using {ACLOCAL,AUTO{CONF,HEADER}}
47 lines
1.3 KiB
Makefile
47 lines
1.3 KiB
Makefile
# New ports collection makefile for: ogle
|
|
# Date created: Tue Oct 16 18:35:39 BRST 2001
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ogle
|
|
PORTVERSION= 0.7.5
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
|
|
PKGNAMESUFFIX= -gui
|
|
DISTNAME= ${PORTNAME}_gui-${PORTVERSION}
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.4:${PORTSDIR}/graphics/ogle
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOMELIBS= yes
|
|
USE_GTK= yes
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOCONF= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --with-dvd-includes=${LOCALBASE}/include \
|
|
--with-dvdcontrol=${LOCALBASE} \
|
|
--without-included-gettext
|
|
|
|
post-patch:
|
|
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}
|
|
@${PERL} -pi -e "s/aclocal/${ACLOCAL}/;s/autoconf/${AUTOCONF}/; \
|
|
s/autoheader/${AUTOHEADER}/" \
|
|
${CONFIGURE_WRKSRC}/aclocal.m4
|
|
|
|
pre-configure:
|
|
@${TOUCH} `find -E ${WRKSRC} -regex ".*Makefile\.(am|in)"`
|
|
.for file in intl/Makefile.in po/Makefile.in.in
|
|
@${ECHO} 'all:' > ${WRKSRC}/${file}
|
|
@${ECHO} 'install:' >> ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|