mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Almost forgot the reason I was here: use the MAN1 variable.
This commit is contained in:
parent
1ab9de6776
commit
a90bcf55f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12710
@ -3,7 +3,7 @@
|
||||
# Date created: 17 November 1996
|
||||
# Whom: mi
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/04 23:18:46 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1998/08/21 21:40:02 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HDF4.1r2
|
||||
@ -15,6 +15,8 @@ MAINTAINER= mi@aldan.ziplink.net
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
FC?= f77 # Can also be g77 for the newer one
|
||||
MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f
|
||||
@ -58,12 +60,6 @@ pre-build:
|
||||
-ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@for man_page in `grep man./ ${PKGDIR}/PLIST` ; do \
|
||||
mp=`echo $${man_page} | ${SED} s/\.gz//` ;\
|
||||
${ECHO} Compressing ${PREFIX}/$$mp ;\
|
||||
${GZIP_CMD} ${PREFIX}/$$mp ; done
|
||||
.endif
|
||||
@for binary in `grep ^bin/ ${PKGDIR}/PLIST` ; do strip ${PREFIX}/$$binary; done
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
@ -68,7 +68,3 @@ include/netcdf.inc
|
||||
include/tbbt.h
|
||||
include/vattr.h
|
||||
include/vg.h
|
||||
man/man1/hdf.1.gz
|
||||
man/man1/hdfunpac.1.gz
|
||||
man/man1/ncdump.1.gz
|
||||
man/man1/ncgen.1.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 17 November 1996
|
||||
# Whom: mi
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/04 23:18:46 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1998/08/21 21:40:02 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HDF4.1r2
|
||||
@ -15,6 +15,8 @@ MAINTAINER= mi@aldan.ziplink.net
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
FC?= f77 # Can also be g77 for the newer one
|
||||
MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f
|
||||
@ -58,12 +60,6 @@ pre-build:
|
||||
-ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@for man_page in `grep man./ ${PKGDIR}/PLIST` ; do \
|
||||
mp=`echo $${man_page} | ${SED} s/\.gz//` ;\
|
||||
${ECHO} Compressing ${PREFIX}/$$mp ;\
|
||||
${GZIP_CMD} ${PREFIX}/$$mp ; done
|
||||
.endif
|
||||
@for binary in `grep ^bin/ ${PKGDIR}/PLIST` ; do strip ${PREFIX}/$$binary; done
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
@ -68,7 +68,3 @@ include/netcdf.inc
|
||||
include/tbbt.h
|
||||
include/vattr.h
|
||||
include/vg.h
|
||||
man/man1/hdf.1.gz
|
||||
man/man1/hdfunpac.1.gz
|
||||
man/man1/ncdump.1.gz
|
||||
man/man1/ncgen.1.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 17 November 1996
|
||||
# Whom: mi
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/04 23:18:46 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1998/08/21 21:40:02 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HDF4.1r2
|
||||
@ -15,6 +15,8 @@ MAINTAINER= mi@aldan.ziplink.net
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
FC?= f77 # Can also be g77 for the newer one
|
||||
MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f
|
||||
@ -58,12 +60,6 @@ pre-build:
|
||||
-ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@for man_page in `grep man./ ${PKGDIR}/PLIST` ; do \
|
||||
mp=`echo $${man_page} | ${SED} s/\.gz//` ;\
|
||||
${ECHO} Compressing ${PREFIX}/$$mp ;\
|
||||
${GZIP_CMD} ${PREFIX}/$$mp ; done
|
||||
.endif
|
||||
@for binary in `grep ^bin/ ${PKGDIR}/PLIST` ; do strip ${PREFIX}/$$binary; done
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
@ -68,7 +68,3 @@ include/netcdf.inc
|
||||
include/tbbt.h
|
||||
include/vattr.h
|
||||
include/vg.h
|
||||
man/man1/hdf.1.gz
|
||||
man/man1/hdfunpac.1.gz
|
||||
man/man1/ncdump.1.gz
|
||||
man/man1/ncgen.1.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 17 November 1996
|
||||
# Whom: mi
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/04 23:18:46 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1998/08/21 21:40:02 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HDF4.1r2
|
||||
@ -15,6 +15,8 @@ MAINTAINER= mi@aldan.ziplink.net
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
FC?= f77 # Can also be g77 for the newer one
|
||||
MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f
|
||||
@ -58,12 +60,6 @@ pre-build:
|
||||
-ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@for man_page in `grep man./ ${PKGDIR}/PLIST` ; do \
|
||||
mp=`echo $${man_page} | ${SED} s/\.gz//` ;\
|
||||
${ECHO} Compressing ${PREFIX}/$$mp ;\
|
||||
${GZIP_CMD} ${PREFIX}/$$mp ; done
|
||||
.endif
|
||||
@for binary in `grep ^bin/ ${PKGDIR}/PLIST` ; do strip ${PREFIX}/$$binary; done
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
@ -68,7 +68,3 @@ include/netcdf.inc
|
||||
include/tbbt.h
|
||||
include/vattr.h
|
||||
include/vg.h
|
||||
man/man1/hdf.1.gz
|
||||
man/man1/hdfunpac.1.gz
|
||||
man/man1/ncdump.1.gz
|
||||
man/man1/ncgen.1.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 17 November 1996
|
||||
# Whom: mi
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/04 23:18:46 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1998/08/21 21:40:02 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HDF4.1r2
|
||||
@ -15,6 +15,8 @@ MAINTAINER= mi@aldan.ziplink.net
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
FC?= f77 # Can also be g77 for the newer one
|
||||
MAKE_FLAGS= CC="$(CC)" FC="${FC}" -f
|
||||
@ -58,12 +60,6 @@ pre-build:
|
||||
-ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@for man_page in `grep man./ ${PKGDIR}/PLIST` ; do \
|
||||
mp=`echo $${man_page} | ${SED} s/\.gz//` ;\
|
||||
${ECHO} Compressing ${PREFIX}/$$mp ;\
|
||||
${GZIP_CMD} ${PREFIX}/$$mp ; done
|
||||
.endif
|
||||
@for binary in `grep ^bin/ ${PKGDIR}/PLIST` ; do strip ${PREFIX}/$$binary; done
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
@ -68,7 +68,3 @@ include/netcdf.inc
|
||||
include/tbbt.h
|
||||
include/vattr.h
|
||||
include/vg.h
|
||||
man/man1/hdf.1.gz
|
||||
man/man1/hdfunpac.1.gz
|
||||
man/man1/ncdump.1.gz
|
||||
man/man1/ncgen.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user