1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to 1.0.0

- Make PREFIX-clean
- Clean up Makefile
Feature safe:	yes
This commit is contained in:
Rene Ladan 2011-01-29 22:57:02 +00:00
parent d701b504fe
commit eef8c1c6f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268401
2 changed files with 13 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= fuse-utils
PORTVERSION= 0.10.0.1
PORTVERSION= 1.0.0
CATEGORIES= emulators
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
@ -16,16 +16,21 @@ COMMENT= Utilities from the Free Unix Spectrum Emulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= spectrum.7:${PORTSDIR}/emulators/libspectrum
MAKE_JOBS_SAFE= yes
LIB_DEPENDS= spectrum.8:${PORTSDIR}/emulators/libspectrum
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \
--with-local-prefix=${LOCALBASE}
MAN1= createhdf.1 fuse-utils.1 listbasic.1 raw2hdf.1 rzxcheck.1 rzxdump.1 rzxtool.1 scl2trd.1 snap2tzx.1 snapconv.1 tapeconv.1 tzxlist.1 profile2map.1
.include <bsd.port.options.mk>
OPTIONS= AUDIOFILE "Build audio <-> tape utilities" on
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
MAN1= createhdf.1 fuse-utils.1 listbasic.1 raw2hdf.1 rzxcheck.1 rzxdump.1 rzxtool.1 scl2trd.1 snap2tzx.1 snapconv.1 tapeconv.1 tzxlist.1 profile2map.1
.if !defined(WITHOUT_AUDIOFILE)
LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
PLIST_SUB= AUDIOFILE=""
@ -35,8 +40,6 @@ CONFIGURE_ARGS+=--without-audiofile
PLIST_SUB= AUDIOFILE="@comment "
.endif
MAKE_JOBS_SAFE= yes
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}

View File

@ -1,3 +1,2 @@
MD5 (fuse-utils-0.10.0.1.tar.gz) = 5f37135045f0db405d2299b07c91f9e1
SHA256 (fuse-utils-0.10.0.1.tar.gz) = c18b910e6bfb7fa07466b2c9231e6125084569ea06050d15a2174bc028b74916
SIZE (fuse-utils-0.10.0.1.tar.gz) = 394523
SHA256 (fuse-utils-1.0.0.tar.gz) = 39f110d9760b84ecd23ab4a7ad777db6480b470f1c6435889a125abb302de104
SIZE (fuse-utils-1.0.0.tar.gz) = 415310