diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-27 09:03:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-27 09:03:55 +0000 |
commit | 4a61d5fa4c017c97125587af867f3cb954c9e41b (patch) | |
tree | f5eb7426059866c72f5425c87a3e3a7d9a3d37eb /textproc/dict | |
parent | 2c1cb9d7d11e4e3d546b2e3552972e1e796dbddf (diff) |
Notes
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 90e77025b706..e8a4033c7661 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: dict # Version required: 1.4.8 # Date created: 19 February 1998 @@ -12,6 +13,8 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ +MAINTAINER= obrien@FreeBSD.org + GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-cflags=${CFLAGS}" USE_GMAKE= yes |