1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/dict/Makefile

26 lines
523 B
Makefile
Raw Normal View History

1999-10-27 09:03:55 +00:00
# ex:ts=8
2000-02-13 03:25:05 +00:00
# Ports collection makefile for: dict
# Date created: 19 February 1998
# Whom: Josh Gilliam <josh@quick.net>
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
PORTNAME= dict
PORTVERSION= 1.4.9
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
ftp://ftp.dict.org/pub/dict/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
1999-10-27 09:03:55 +00:00
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-cflags=${CFLAGS}"
USE_GMAKE= yes
ALL_TARGET= dict
INSTALL_TARGET= install.dict
MAN1= dict.1
.include <bsd.port.mk>