Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= ferite |
8 |
PORTNAME= ferite |
9 |
PORTVERSION= 1.0.0 |
9 |
PORTVERSION= 1.0.1 |
10 |
CATEGORIES= lang |
10 |
CATEGORIES= lang |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 19-24
Link Here
|
19 |
|
19 |
|
20 |
USE_AUTOTOOLS= libtool:15 |
20 |
USE_AUTOTOOLS= libtool:15 |
21 |
USE_GMAKE= yes |
21 |
USE_GMAKE= yes |
|
|
22 |
USE_REINPLACE= yes |
22 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
23 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
24 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |
25 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |
Lines 26-35
Link Here
|
26 |
INSTALLS_SHLIB= yes |
27 |
INSTALLS_SHLIB= yes |
27 |
PLIST_SUB= MACHINE_ARCH=${MACHINE_ARCH} |
28 |
PLIST_SUB= MACHINE_ARCH=${MACHINE_ARCH} |
28 |
|
29 |
|
|
|
30 |
.include <bsd.port.pre.mk> |
31 |
|
32 |
post-patch: |
33 |
@${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \ |
34 |
${REINPLACE_CMD} -e "s|-lferite|-lferite -L${WRKSRC}/src/.libs|g" |
35 |
|
29 |
MAN1= builder.1 ferite.1 |
36 |
MAN1= builder.1 ferite.1 |
30 |
|
37 |
|
31 |
.if defined(NOPORTDOCS) |
38 |
.if defined(NOPORTDOCS) |
32 |
MAKE_ENV+= NOPORTDOCS=${NOPORTDOCS} |
39 |
MAKE_ENV+= NOPORTDOCS=${NOPORTDOCS} |
33 |
.endif |
40 |
.endif |
34 |
|
41 |
|
35 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.post.mk> |