View | Details | Raw Unified | Return to bug 101917
Collapse All | Expand All

(-)/home/staff/gslin/work/svmlight/Makefile (-2 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	svmlight
8
PORTNAME=	svmlight
9
PORTVERSION=	6.01
9
PORTVERSION=	6.01
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	science
11
CATEGORIES=	science
12
MASTER_SITES=	http://kodiak.cs.cornell.edu/svm_light/current/
12
MASTER_SITES=	http://kodiak.cs.cornell.edu/svm_light/current/
13
DISTNAME=	svm_light
13
DISTNAME=	svm_light
Lines 20-29 Link Here
20
20
21
RESTRICTED=	only for education and research
21
RESTRICTED=	only for education and research
22
22
23
INSTALLS_SHLIB=	yes
23
CFLAGS+=	-fPIC
24
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}"
24
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}"
25
NO_WRKSUBDIR=	yes
25
NO_WRKSUBDIR=	yes
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
USE_LDCONFIG=	yes
27
28
28
post-build:
29
post-build:
29
	${CC} ${CFLAGS} -shared -o ${WRKSRC}/libsvmlight.so.1 \
30
	${CC} ${CFLAGS} -shared -o ${WRKSRC}/libsvmlight.so.1 \

Return to bug 101917