b08e3d13a5
* Bug fix for message window and "sew you up" prompt * Bug fix for server hanging in LoseBitch function * Terminal resizing now handled properly
11 lines
271 B
Makefile
11 lines
271 B
Makefile
# $OpenBSD: Makefile,v 1.5 1999/12/08 03:49:51 brad Exp $
|
|
|
|
DISTNAME= dopewars-1.4.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
|
|
|
post-install:
|
|
@PKG_PREFIX="${PREFIX}" sh ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|