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:
parent
e8ccb45a57
commit
2cacaf48ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368140
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user