|
Lines 1-4
Link Here
|
| 1 |
# Generated automatically from Makefile.in by configure. |
|
|
| 2 |
# New ports collection makefile for: vpb2 |
1 |
# New ports collection makefile for: vpb2 |
| 3 |
# Date created: 07 Sept 2000 |
2 |
# Date created: 07 Sept 2000 |
| 4 |
# Whom: David Sugar <dyfet@gnu.org> |
3 |
# Whom: David Sugar <dyfet@gnu.org> |
|
Lines 14-31
Link Here
|
| 14 |
MAINTAINER= dyfet@gnu.org |
13 |
MAINTAINER= dyfet@gnu.org |
| 15 |
COMMENT= User mode API for Voicetronix 4 port analog DSP telephony cards |
14 |
COMMENT= User mode API for Voicetronix 4 port analog DSP telephony cards |
| 16 |
|
15 |
|
| 17 |
BROKEN= "Installs file into /etc" |
|
|
| 18 |
|
| 19 |
USE_GMAKE= yes |
16 |
USE_GMAKE= yes |
| 20 |
USE_LIBTOOL= yes |
17 |
USE_LIBTOOL= yes |
| 21 |
USE_AUTOCONF= yes |
18 |
USE_AUTOCONF= yes |
| 22 |
USE_REINPLACE= yes |
19 |
USE_REINPLACE= yes |
| 23 |
INSTALLS_SHLIB= yes |
20 |
INSTALLS_SHLIB= yes |
| 24 |
|
21 |
|
| 25 |
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib |
22 |
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ |
|
|
23 |
LDFLAGS=${PTHREAD_LIBS} |
| 26 |
|
24 |
|
| 27 |
post-extract: |
25 |
post-extract: |
| 28 |
@${FIND} ${WRKSRC} -name "Makefile.in" | \ |
26 |
@${FIND} ${WRKSRC} -name "Makefile.in" | \ |
| 29 |
${XARGS} ${REINPLACE_CMD} -e 's|-release \$$\(LT_RELEASE\)||g' |
27 |
${XARGS} ${REINPLACE_CMD} -e 's|-release \$$\(LT_RELEASE\)||g' |
|
|
28 |
|
| 29 |
post-patch: |
| 30 |
${REINPLACE_CMD} -e "s|PREFIX|${PREFIX}|" ${WRKSRC}/vpbreg.cpp |
| 30 |
|
31 |
|
| 31 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |