mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
18 lines
430 B
Makefile
18 lines
430 B
Makefile
# New ports collection makefile for: xasteroids
|
|
# Date created: 3 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/01/04 08:56:17 swallace Exp $
|
|
#
|
|
|
|
DISTNAME= xasteroids
|
|
MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
|
|
EXTRACT_SUFX= .sh.Z
|
|
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
|
|
EXTRACT_ARGS= <
|
|
USE_IMAKE= yes
|
|
INSTALL_MANPAGES= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|