freebsd-ports/emulators/libspectrum/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

43 lines
944 B
Makefile

# New ports collection makefile for: libspectrum
# Date created: 2003-10-27
# Whom: Alexey V. Antipovsky <kemm@in-line.ru>
#
# $FreeBSD$
#
PORTNAME= libspectrum
PORTVERSION= 0.4.0
PORTREVISION= 2
CATEGORIES= emulators devel
MASTER_SITES= SF
MASTER_SITE_SUBDIR= fuse-emulator
MAINTAINER= yuri.pankov@gmail.com
COMMENT= Handling of ZX-Spectrum emulator files formats
LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt
USE_GMAKE= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN3= libspectrum.3
OPTIONS= AUDIOFILE "Support loading from .wav files" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_AUDIOFILE)
LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
.else
CONFIGURE_ARGS+=--without-libaudiofile
.endif
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} \
AUTHORS ChangeLog README THANKS doc/libspectrum.txt ${DOCSDIR}
.endif
.include <bsd.port.post.mk>