mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
- shebangfix a perl script
This commit is contained in:
parent
63ae252901
commit
3e90622b0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337918
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
PORTNAME= musicbox-tag-editor
|
PORTNAME= musicbox-tag-editor
|
||||||
PORTVERSION= 0.2.3
|
PORTVERSION= 0.2.3
|
||||||
PORTREVISION= 15
|
PORTREVISION= 16
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/musicbox/musicbox/${PORTVERSION}
|
MASTER_SITES= SF/musicbox/musicbox/${PORTVERSION}
|
||||||
DISTNAME= musicbox-${PORTVERSION}
|
DISTNAME= musicbox-${PORTVERSION}
|
||||||
@ -14,14 +14,14 @@ COMMENT= Simple GTK+ audio tag editor
|
|||||||
|
|
||||||
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
|
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
|
||||||
|
|
||||||
USES= pathfix pkgconfig
|
USES= pathfix pkgconfig shebangfix
|
||||||
NO_STAGE= yes
|
|
||||||
USE_GNOME= gnomeprefix libglade2
|
USE_GNOME= gnomeprefix libglade2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
# avoid conflict with audio/musicbox
|
# avoid conflict with audio/musicbox
|
||||||
CONFIGURE_ARGS= --program-suffix=-tag-editor
|
CONFIGURE_ARGS= --program-suffix=-tag-editor
|
||||||
|
SHEBANG_FILES= data/edit.pl
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \
|
@${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \
|
||||||
|
Loading…
Reference in New Issue
Block a user