2e59490083
comment where sources have changed/no longer exist See port status web page (to be updated real-soon-now) for details
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $OpenBSD: Makefile,v 1.2 1998/11/09 01:50:01 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xskat-1.6
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MASTER_SITES= ftp://ftp.germany.eu.net/pub/X11/misc/
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/xskat
|
|
|
|
pre-configure:
|
|
cp ${FILESDIR}/Imakefile ${WRKSRC}
|
|
mv ${WRKSRC}/makefile ${WRKSRC}/makefile.dist
|
|
|
|
.include <bsd.port.mk>
|