1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/games/3dc/Makefile
Satoshi Asami c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00

36 lines
814 B
Makefile

# New ports collection makefile for: 3Dc
# Version required: 0.8.1
# Date created: 2 May 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/05/03 23:27:36 mph Exp $
#
DISTNAME= 3Dc-0.8.1
PKGNAME= 3dc-0.8.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
USE_X11= yes
WRKSRC= ${WRKDIR}/3Dc
do-build:
@ cd ${WRKSRC}/src; make
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/3Dc ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/3Dc
.for file in 3Dc-rules.html ACKNOWLEDGEMENTS GPL README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/3Dc
.endfor
.endif
.include <bsd.port.mk>