mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Use new LIB_DEPENDS syntax
This commit is contained in:
parent
44b0dc518c
commit
599a742d25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337252
@ -10,8 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/source/2004-08-22
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple 3D editor
|
||||
|
||||
LIB_DEPENDS= 3ds-1.3:${PORTSDIR}/graphics/lib3ds \
|
||||
gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
LIB_DEPENDS= lib3ds-1.so:${PORTSDIR}/graphics/lib3ds \
|
||||
libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
|
||||
USE_PYTHON= yes
|
||||
USES= gmake pkgconfig
|
||||
@ -27,7 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include \
|
||||
LDFLAGS+= -L${LOCALBASE}/lib \
|
||||
-L${PYTHON_LIBDIR}/config -lm ${PTHREAD_LIBS}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|@EXTRA_CFLAGS@|@CFLAGS@|g ; \
|
||||
|
Loading…
Reference in New Issue
Block a user