mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
fix depends and fix manpage installation process
This commit is contained in:
parent
7f9dd2dac0
commit
4965ece357
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101478
@ -19,19 +19,15 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C++ class framework for manipulating audio files
|
||||
|
||||
BUILD_DEPENDS= ccgnu2-config:${PORTSDIR}/devel/commoncpp
|
||||
LIB_DEPENDS= ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install man
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
|
||||
AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \
|
||||
LinearSample.3cc
|
||||
|
||||
post-install:
|
||||
.for m in ${MAN3}
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/man3/${m} ${MAN3PREFIX}/man/man3
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,19 +19,15 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C++ class framework for manipulating audio files
|
||||
|
||||
BUILD_DEPENDS= ccgnu2-config:${PORTSDIR}/devel/commoncpp
|
||||
LIB_DEPENDS= ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install man
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
|
||||
AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \
|
||||
LinearSample.3cc
|
||||
|
||||
post-install:
|
||||
.for m in ${MAN3}
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/man3/${m} ${MAN3PREFIX}/man/man3
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user