mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
347 B
Makefile
21 lines
347 B
Makefile
# New ports collection makefile for: word2x
|
|
# Date created: 10 June 1998
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= word2x
|
|
PORTVERSION= 0.005
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://word2x.alcom.co.uk/download/
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= word2x.1
|
|
|
|
.include <bsd.port.mk>
|