diff options
Diffstat (limited to 'textproc/word2x/Makefile')
-rw-r--r-- | textproc/word2x/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index b93fe493fae8..edef199c3700 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -1,20 +1,18 @@ # New ports collection makefile for: word2x -# Version required: 0.002 +# Version required: 0.003 # Date created: 10 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/09/14 02:45:06 thepish Exp $ +# $Id: Makefile,v 1.3 1998/09/15 07:25:47 asami Exp $ DISTNAME= word2x -PKGNAME= word2x-0.002 +PKGNAME= word2x-0.003 CATEGORIES= textproc MASTER_SITES= ftp://word2x.astra.co.uk/pub/word2x/ MAINTAINER= ports@FreeBSD.ORG -BROKEN= build - -WRKSRC= ${WRKDIR}/word2x-0.002 +WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" |