Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= criticalmass |
8 |
PORTNAME= criticalmass |
9 |
PORTVERSION= 0.99 |
9 |
PORTVERSION= 0.9.10 |
|
|
10 |
PORTEPOCH= 1 |
10 |
CATEGORIES= games |
11 |
CATEGORIES= games |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 22-32
Link Here
|
22 |
USE_GL= yes |
23 |
USE_GL= yes |
23 |
USE_REINPLACE= yes |
24 |
USE_REINPLACE= yes |
24 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ |
26 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
26 |
LDFLAGS="-L${X11BASE}/lib" |
|
|
27 |
CONFIGURE_ARGS= --disable-optimize |
27 |
CONFIGURE_ARGS= --disable-optimize |
28 |
|
28 |
|
29 |
MAN6= critter.6 |
29 |
MAN6= critter.6 |
|
|
30 |
PLIST_FILES= bin/Packer \ |
31 |
bin/critter \ |
32 |
share/Critical_Mass/lg-criti.xm \ |
33 |
share/Critical_Mass/resource.dat |
34 |
PLIST_DIRS= share/Critical_Mass |
30 |
|
35 |
|
31 |
post-patch: |
36 |
post-patch: |
32 |
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ |
37 |
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ |