Lines 16-26
Link Here
|
16 |
# Of course, the netcdf port must be installed first. |
16 |
# Of course, the netcdf port must be installed first. |
17 |
|
17 |
|
18 |
PORTNAME= minc |
18 |
PORTNAME= minc |
19 |
PORTVERSION= 1.4 |
19 |
PORTVERSION= 1.5.1 |
20 |
PORTREVISION= 2 |
|
|
21 |
CATEGORIES= science biology |
20 |
CATEGORIES= science biology |
22 |
MASTER_SITES= http://www.bic.mni.mcgill.ca/software/distribution/packages/ \ |
21 |
MASTER_SITES= http://www.nitrc.org/frs/downloadlink.php/400/ |
23 |
http://www.neuro.mcw.edu/~bacon/Ports/distfiles/ |
|
|
24 |
|
22 |
|
25 |
MAINTAINER= jwbacon@tds.net |
23 |
MAINTAINER= jwbacon@tds.net |
26 |
COMMENT= Medical Imaging NetCDF |
24 |
COMMENT= Medical Imaging NetCDF |
Lines 34-40
Link Here
|
34 |
LDFLAGS+= -L${LOCALBASE}/lib |
32 |
LDFLAGS+= -L${LOCALBASE}/lib |
35 |
CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes |
33 |
CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes |
36 |
|
34 |
|
37 |
CONFLICTS= minc-2* |
35 |
CONFLICTS= minc-2* zh-tk-[0-9]* |
|
|
36 |
|
37 |
WRKSRC= ${WRKDIR}/${PORTNAME}-1.5 |
38 |
|
38 |
|
39 |
MAN1= dcm2mnc.1 \ |
39 |
MAN1= dcm2mnc.1 \ |
40 |
ecattominc.1 \ |
40 |
ecattominc.1 \ |
Lines 49-54
Link Here
|
49 |
mincexpand.1 \ |
49 |
mincexpand.1 \ |
50 |
mincextract.1 \ |
50 |
mincextract.1 \ |
51 |
mincheader.1 \ |
51 |
mincheader.1 \ |
|
|
52 |
minchistory.1 \ |
52 |
mincinfo.1 \ |
53 |
mincinfo.1 \ |
53 |
minclookup.1 \ |
54 |
minclookup.1 \ |
54 |
mincmakescalar.1 \ |
55 |
mincmakescalar.1 \ |
Lines 73-78
Link Here
|
73 |
|
74 |
|
74 |
MAN3= ParseArgv.3 |
75 |
MAN3= ParseArgv.3 |
75 |
|
76 |
|
|
|
77 |
FETCH_ARGS+= -F |
78 |
|
76 |
post-install: |
79 |
post-install: |
77 |
@${CAT} ${PKGMESSAGE} |
80 |
@${CAT} ${PKGMESSAGE} |
78 |
|
81 |
|