mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
351 B
Makefile
20 lines
351 B
Makefile
# New ports collection makefile for: xwit
|
|
# Date created: 15 June 1998
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xwit
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= tg
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xwit.1
|
|
|
|
.include <bsd.port.mk>
|