20 lines
402 B
Makefile
20 lines
402 B
Makefile
|
# OpenBSD makefile for: abuse
|
||
|
# Version required: pd
|
||
|
# Date created: Nov 18 1997
|
||
|
# Whom: todd@OpenBSD.org
|
||
|
#
|
||
|
# $OpenBSD: Makefile,v 1.1.1.1 1997/11/18 09:19:01 todd Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= abuse_pd
|
||
|
CATEGORIES= games
|
||
|
MASTER_SITES= http://www.crack.com/games/abuse/
|
||
|
DISTFILES= abuse_pd.tar.gz
|
||
|
|
||
|
GNU_CONFIGURE= YES
|
||
|
USE_GMAKE= YES
|
||
|
|
||
|
MANINAINER= todd@OpenBSD.org
|
||
|
|
||
|
.include <bsd.port.mk>
|