forked from Lainports/freebsd-ports
32 lines
800 B
Makefile
32 lines
800 B
Makefile
PORTNAME= libspectrum
|
|
PORTVERSION= 1.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators devel
|
|
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= rene@FreeBSD.org
|
|
COMMENT= Handling of ZX-Spectrum emulator files formats
|
|
WWW= https://fuse-emulator.sourceforge.net/libspectrum.php
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
|
|
libgcrypt.so:security/libgcrypt
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USES= gettext gmake gnome libtool perl5 pkgconfig
|
|
USE_GNOME= glib20
|
|
USE_PERL5= build
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README THANKS \
|
|
doc/libspectrum.txt ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|