mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0cb0016454
- Add $Id$ to tr2latex/Makefile - ``Un-maintain'' ctk.
23 lines
487 B
Makefile
23 lines
487 B
Makefile
# New ports collection makefile for: xskat
|
|
# Version required: xskat-1.6
|
|
# Date created: 27 Apr 1996
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/11/18 11:27:20 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xskat-1.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.germany.eu.net/pub/X11/misc/
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/xskat
|
|
USE_IMAKE= yes
|
|
|
|
pre-configure:
|
|
cp ${FILESDIR}/Imakefile ${WRKSRC}
|
|
mv ${WRKSRC}/makefile ${WRKSRC}/makefile.dist
|
|
|
|
.include <bsd.port.mk>
|