2013-03-20 14:26:46 +00:00
|
|
|
# Created by: Alexey V. Antipovsky <kemm@in-line.ru>
|
2003-10-29 16:19:28 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libspectrum
|
2013-06-03 12:41:32 +00:00
|
|
|
PORTVERSION= 1.1.1
|
2014-07-30 03:57:23 +00:00
|
|
|
PORTREVISION= 3
|
2003-10-29 16:19:28 +00:00
|
|
|
CATEGORIES= emulators devel
|
2009-08-22 00:20:34 +00:00
|
|
|
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
|
2003-10-29 16:19:28 +00:00
|
|
|
|
2013-05-04 13:43:23 +00:00
|
|
|
MAINTAINER= rene@FreeBSD.org
|
2003-10-29 16:19:28 +00:00
|
|
|
COMMENT= Handling of ZX-Spectrum emulator files formats
|
|
|
|
|
2011-01-29 15:03:32 +00:00
|
|
|
LICENSE= GPLv2
|
2013-03-20 14:26:46 +00:00
|
|
|
|
2013-09-23 16:42:30 +00:00
|
|
|
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
2011-01-29 15:03:32 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-02-09 02:10:46 +00:00
|
|
|
USE_GNOME= glib20
|
2007-07-29 16:33:59 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-06-27 08:58:00 +00:00
|
|
|
USES= gmake pkgconfig libtool
|
2011-01-29 15:03:32 +00:00
|
|
|
|
2014-07-15 23:30:05 +00:00
|
|
|
OPTIONS_DEFINE= AUDIOFILE DOCS
|
2013-03-20 14:26:46 +00:00
|
|
|
AUDIOFILE_DESC= Support loading from .wav files
|
2005-05-21 13:46:38 +00:00
|
|
|
|
2014-02-16 16:15:06 +00:00
|
|
|
AUDIOFILE_LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile
|
|
|
|
AUDIOFILE_CONFIGURE_OFF= --without-libaudiofile
|
2005-05-21 13:46:38 +00:00
|
|
|
|
2014-02-16 16:15:06 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2003-10-29 16:19:28 +00:00
|
|
|
|
|
|
|
post-install:
|
2014-02-16 16:15:06 +00:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README THANKS \
|
|
|
|
doc/libspectrum.txt ${STAGEDIR}${DOCSDIR}
|
2003-10-29 16:19:28 +00:00
|
|
|
|
2013-03-20 14:26:46 +00:00
|
|
|
.include <bsd.port.mk>
|