- Use new knobs from bsd.sdl.mk
Approved by: portmgr
This commit is contained in:
parent
123a1077ae
commit
5bd1983326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98677
@ -14,17 +14,13 @@ MASTER_SITES= http://www.oberhumer.com/opensource/pysol/download/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python extension module to play sounds and background music
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
|
||||
smpeg.1:${PORTSDIR}/multimedia/smpeg \
|
||||
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
USE_SDL= mixer sdl
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,13 +13,9 @@ MASTER_SITES= http://www.erikyyy.de/tempest/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A program to send AM radio signals using a PC monitor
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
||||
|
||||
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
USE_SDL= yes
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/tempest
|
||||
|
Loading…
Reference in New Issue
Block a user