mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
b0e70f9c89
software, qualified by the fact that it's setgid games and therefore not dangerous to the system. Many of these buffer overflows aren't classic smashed stacks, but I bet at least one is exploitable :-)
29 lines
587 B
Makefile
29 lines
587 B
Makefile
# New ports collection makefile for: dopewars
|
|
# Date created: 16 May 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dopewars
|
|
PORTVERSION= 1.4.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-fetch:
|
|
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
|
${SH} pkg-install
|
|
.endif
|
|
|
|
post-install:
|
|
@${ECHO} "===> Documentation is installed in ${PREFIX}/share/doc/dopewars"
|
|
@${ECHO} "===> Run 'dopewars -h' for usage options."
|
|
|
|
.include <bsd.port.mk>
|