mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
426 B
Makefile
23 lines
426 B
Makefile
# New ports collection makefile for: xinfocom
|
|
# Version required: 1.8m
|
|
# Date created: 7 May 1998
|
|
# Whom: Matthew Hunt <mph@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= unix8m
|
|
PKGNAME= xinfocom-1.8m
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.freebsd.org/~mph/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/xinfocom
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|