mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
26 lines
512 B
Makefile
26 lines
512 B
Makefile
# New ports collection makefile for: xjig
|
|
# Date Created: 17 Sep 1997
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xjig
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
MAKEFILE= Makefile.Linux
|
|
MAN1= xjig.1
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xjig ${PREFIX}/bin/xjig
|
|
@ ${INSTALL_MAN} ${WRKSRC}/xjig.man ${PREFIX}/man/man1/xjig.1
|
|
|
|
.include <bsd.port.mk>
|