openbsd-ports/games/xdino/Makefile
marc 2e59490083 update port makefiles; validate source code still exists;
comment where sources have changed/no longer exist
See port status web page (to be updated real-soon-now) for details
1998-11-09 01:49:54 +00:00

21 lines
482 B
Makefile

# $OpenBSD: Makefile,v 1.3 1998/11/09 01:49:58 marc Exp $
#
DISTNAME= xdino-5.4.4
CATEGORIES= games
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
WRKSRC= ${WRKDIR}/xdino
USE_IMAKE= yes
post-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xdino ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/Dino.ad ${PREFIX}/lib/X11/app-defaults/Dino
@${INSTALL_MAN} ${WRKSRC}/xdino.man ${PREFIX}/man/man1/xdino.1
.include <bsd.port.mk>