mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
f4d6acbc42
there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
21 lines
502 B
Makefile
21 lines
502 B
Makefile
# New ports collection makefile for: acm
|
|
# Version required: comp.sources.x/volume12 (ver 2.0)
|
|
# Date created: 5 March 1995
|
|
# Whom: joerg
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/02 13:14:09 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= acm
|
|
PKGNAME= acm-2.0
|
|
CATEGORIES+= games
|
|
MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/ \
|
|
ftp://ftp.physik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/acm
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|