mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Convert to new LIB_DEPENDS format - Support STAGEDIR
This commit is contained in:
parent
3ae2d4849b
commit
c49b37dcb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334831
@ -9,12 +9,13 @@ MASTER_SITES= SF
|
|||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Command line id3v2 tag editor
|
COMMENT= Command line id3v2 tag editor
|
||||||
|
|
||||||
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
MAN1= id3v2.1
|
PLIST_FILES= bin/id3v2 \
|
||||||
PLIST_FILES= bin/id3v2
|
man/man1/id3v2.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
- install -c -s id3v2 ${PREFIX}/bin/id3v2
|
- install -c -s id3v2 ${PREFIX}/bin/id3v2
|
||||||
- nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1
|
- nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1
|
||||||
+install:
|
+install:
|
||||||
+ ${BSD_INSTALL_PROGRAM} id3v2 ${PREFIX}/bin
|
+ ${BSD_INSTALL_PROGRAM} id3v2 ${DESTDIR}${PREFIX}/bin
|
||||||
+ ${BSD_INSTALL_MAN} id3v2.1 ${PREFIX}/man/man1
|
+ ${BSD_INSTALL_MAN} id3v2.1 ${DESTDIR}${PREFIX}/man/man1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f id3v2 create_map core *.o
|
rm -f id3v2 create_map core *.o
|
||||||
|
Loading…
Reference in New Issue
Block a user