1
0
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:
Sunpoet Po-Chuan Hsieh 2013-11-25 11:33:26 +00:00
parent 3ae2d4849b
commit c49b37dcb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334831
2 changed files with 7 additions and 6 deletions

View File

@ -9,12 +9,13 @@ MASTER_SITES= SF
MAINTAINER= sunpoet@FreeBSD.org
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
NO_STAGE= yes
MAN1= id3v2.1
PLIST_FILES= bin/id3v2
PLIST_FILES= bin/id3v2 \
man/man1/id3v2.1.gz
.include <bsd.port.mk>

View File

@ -25,8 +25,8 @@
- install -c -s id3v2 ${PREFIX}/bin/id3v2
- nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1
+install:
+ ${BSD_INSTALL_PROGRAM} id3v2 ${PREFIX}/bin
+ ${BSD_INSTALL_MAN} id3v2.1 ${PREFIX}/man/man1
+ ${BSD_INSTALL_PROGRAM} id3v2 ${DESTDIR}${PREFIX}/bin
+ ${BSD_INSTALL_MAN} id3v2.1 ${DESTDIR}${PREFIX}/man/man1
clean:
rm -f id3v2 create_map core *.o