diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-09 18:58:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-09 18:58:48 +0000 |
commit | 3630845a2a9b40cb87da7989e51e7caa24ffd65c (patch) | |
tree | de3d2d1c75651d2ee3ce2032be7d641ef7580193 /net/dictd/Makefile | |
parent | b5058bd28e8d2209f891821c78dac664aee23d20 (diff) | |
download | ports-3630845a2a9b40cb87da7989e51e7caa24ffd65c.tar.gz ports-3630845a2a9b40cb87da7989e51e7caa24ffd65c.zip |
Notes
Diffstat (limited to 'net/dictd/Makefile')
-rw-r--r-- | net/dictd/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index d75ffd806a50..0a6fe56430d3 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -7,16 +7,20 @@ # PORTNAME= dictd -PORTVERSION= 1.5.5 -PORTREVISION= 3 +PORTVERSION= 1.7.1 +PORTREVISION= 0 CATEGORIES= net textproc -MASTER_SITES= ftp://ftp.dict.org/pub/dict/ +MASTER_SITES= ftp://ftp.dict.org/pub/dict/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= dict -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org MAN1= dictzip.1 MAN8= dictd.8 +USE_PERL5= yes +USE_BISON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --without-local-zlib |