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

(-)toycars/Makefile (+11 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	toycars
8
PORTNAME=	toycars
9
PORTVERSION=	0.2.5
9
PORTVERSION=	0.2.5
10
PORTREVISION=	1
10
CATEGORIES=	games
11
CATEGORIES=	games
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	toycars
13
MASTER_SITE_SUBDIR=	toycars
Lines 19-23 Link Here
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
21
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
23
24
PORTDOCS=	README
25
26
.if !defined(NOPORTDOCS)
27
post-install:
28
	${MKDIR} ${DOCSDIR}
29
.for f in ${PORTDOCS}
30
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
31
.endfor
32
.endif
22
33
23
.include <bsd.port.mk>
34
.include <bsd.port.mk>

Return to bug 100887