1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Convert to USES=python

- Fix USE_AUTOTOOLS use
This commit is contained in:
Tijl Coosemans 2014-09-13 21:15:13 +00:00
parent e8ccb45a57
commit 2cacaf48ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368140
2 changed files with 5 additions and 9 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= iulib
PORTVERSION= 0.4
PORTREVISION= 13
PORTREVISION= 14
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
@ -20,15 +20,13 @@ OPTIONS_DEFINE= SDL VIDIO
SDL_DESC= Enable SDL for graphical debugging
VIDIO_DESC= Enable Video Input/Output (using ffmpeg)
USES= libtool tar:tgz
USES= libtool python:build tar:tgz
USE_GCC= any
USE_PYTHON_BUILD= yes
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.options.mk>
@ -53,9 +51,6 @@ post-patch:
pre-configure:
@(cd ${CONFIGURE_WRKSRC} \
&& ${SETENV} ${PYTHON_CMD} genAM.py >Makefile.am \
&& ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake)
run-autotools: run-autotools-aclocal run-autotools-automake run-autotools-autoconf
&& ${SETENV} ${PYTHON_CMD} genAM.py > Makefile.am)
.include <bsd.port.mk>

View File

@ -55,5 +55,6 @@ include/iulib/vidio.h
lib/libiulib.a
lib/libiulib.so
lib/libiulib.so.0
lib/libiulib.so.0.0.0
@dirrm include/colib
@dirrm include/iulib