1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/CaribbeanStud/Makefile
Alexander Langer 5c2223698b Add -pedantic.
Unbreaks build --> Remove BROKEN.

Noticed by:	bento
2000-07-14 09:51:12 +00:00

32 lines
792 B
Makefile

# New ports collection makefile for: CaribbeanStud
# Date created: 4 July 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= CaribbeanStud
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= CS
MAINTAINER= ports@FreeBSD.org
MAKEFILE= Xmakefile
REQUIRES_MOTIF= yes
USE_X_PREFIX= yes
CFLAGS= -pedantic
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/CaribbeanStud ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/CaribbeanStud.res ${PREFIX}/lib/X11/app-defaults/CaribbeanStud
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/CaribbeanStud
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/CaribbeanStud
@ ${INSTALL_DATA} ${WRKSRC}/class.ps ${PREFIX}/share/doc/CaribbeanStud
.endif
.include <bsd.port.mk>