View | Details | Raw Unified | Return to bug 170682 | Differences between
and this patch

Collapse All | Expand All

(-)puckman/Makefile (-3 / +2 lines)
Lines 8-15 Link Here
8
PORTNAME=	puckman
8
PORTNAME=	puckman
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	https://github.com/patapizza/puckman/tarball/master/
11
MASTER_SITES=	https://github.com/downloads/patapizza/puckman/
12
DISTNAME=	patapizza-${PORTNAME}-${DISTVERSION}
13
12
14
MAINTAINER=	nemysis@gmx.ch
13
MAINTAINER=	nemysis@gmx.ch
15
COMMENT=	An unofficial clone of the original Pac-Man game
14
COMMENT=	An unofficial clone of the original Pac-Man game
Lines 33-39 Link Here
33
32
34
do-build:
33
do-build:
35
	cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \
34
	cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \
36
		-DDATA_PREFIX=\"${DATADIR}/\" -DAUDIO -DLINUX \
35
		-DDATA_PREFIX=\"${DATADIR}/\" \
37
		-lm `${SDL_CONFIG} --cflags --libs` -lSDL -lSDL_image -lSDL_gfx -lm puckman.c
36
		-lm `${SDL_CONFIG} --cflags --libs` -lSDL -lSDL_image -lSDL_gfx -lm puckman.c
38
37
39
do-install:
38
do-install:
(-)puckman/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (patapizza-puckman-1.0.tar.gz) = 995e90845993600ed6693f4a857cf6b0d6e9dc431ccea35c6b9243830f73e86a
1
SHA256 (puckman-1.0.tar.gz) = 842919da45c77de4c77f66f11dde9f189b1d0d764f2ba76f5b93ee3288e967b2
2
SIZE (patapizza-puckman-1.0.tar.gz) = 191432
2
SIZE (puckman-1.0.tar.gz) = 210385

Return to bug 170682