1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xfrisk/Makefile
Bill Fenner 4b6adb56f6 Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
1998-01-08 18:52:14 +00:00

26 lines
551 B
Makefile

# New ports collection makefile for: xfrisk
# Version required: 0.99c0pl9
# Date created: 20 April 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.4 1997/11/19 03:43:53 asami Exp $
#
DISTNAME= XFrisk-0.99c0pl9
PKGNAME= xfrisk-0.99c09
CATEGORIES= games
MASTER_SITES= $(MASTER_SITE_XCONTRIB)
MASTER_SITE_SUBDIR= games/multiplayer
MAINTAINER= mph@pobox.com
NO_CDROM= Possible trademark infringement
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
pre-configure:
${TOUCH} ${WRKSRC}/types.h
.include <bsd.port.mk>