diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-16 21:28:17 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-16 21:28:17 +0000 |
commit | 4f898f97e4c007e41515ebfcaa2c317d6881de38 (patch) | |
tree | af48fb81fbd6b3629443cb501eea7e91ef80d71a /math/tvmet/Makefile | |
parent | Upgrade to 2.0.6. (diff) |
Upgrade to 0.5.0.
PR: ports/44116
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'math/tvmet/Makefile')
-rw-r--r-- | math/tvmet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index a30908b16f5b..b365b0ddfa77 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -7,13 +7,16 @@ # PORTNAME= tvmet -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +MAN1= tvmet-config.1 + GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |