View | Details | Raw Unified | Return to bug 33399
Collapse All | Expand All

(-)3dc/Makefile (-1 / +6 lines)
Lines 12-24 Link Here
12
MASTER_SITE_SUBDIR=	games/strategy
12
MASTER_SITE_SUBDIR=	games/strategy
13
DISTNAME=		3Dc-${PORTVERSION}
13
DISTNAME=		3Dc-${PORTVERSION}
14
14
15
MAINTAINER=		ports@FreeBSD.org
15
MAINTAINER=		adam-ports@blacktabby.org
16
16
17
LIB_DEPENDS=		Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
17
LIB_DEPENDS=		Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
18
18
19
USE_X_PREFIX=		yes
19
USE_X_PREFIX=		yes
20
USE_XPM=		yes
20
USE_XPM=		yes
21
WRKSRC=			${WRKDIR}/3Dc/src
21
WRKSRC=			${WRKDIR}/3Dc/src
22
23
post-patch:
24
.for file in init.c main.c piece.c stack.c xif.c
25
	@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/${file}
26
.endfor
22
27
23
do-install:
28
do-install:
24
	@ ${INSTALL_PROGRAM} ${WRKSRC}/3Dc ${PREFIX}/bin
29
	@ ${INSTALL_PROGRAM} ${WRKSRC}/3Dc ${PREFIX}/bin
(-)3dc/pkg-descr (+2 lines)
Lines 1-2 Link Here
1
3-Dimensional Chess for X. Three boards, 96 pieces and 26 directions.
1
3-Dimensional Chess for X. Three boards, 96 pieces and 26 directions.
2
3Dc is played with three chess boards arranged one above another.
2
3Dc is played with three chess boards arranged one above another.
3
4
 -Adam <adam-ports@blacktabby.org>

Return to bug 33399