mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Fix shebangs
- Switch to USES=localbase
This commit is contained in:
parent
6c8d5a2a7b
commit
62b2e9cbed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415112
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= bluefish
|
||||
PORTVERSION= 2.2.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www editors
|
||||
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
|
||||
http://bluefish.mrball.net/stable/source/
|
||||
@ -16,12 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre \
|
||||
libenchant.so:textproc/enchant
|
||||
|
||||
USES= desktop-file-utils gettext gmake libtool pkgconfig python \
|
||||
shared-mime-info tar:bzip2
|
||||
USES= desktop-file-utils gettext gmake libtool localbase pkgconfig python \
|
||||
shared-mime-info shebangfix tar:bzip2
|
||||
SHEBANG_FILES= data/css_decompressor
|
||||
python_OLD_CMD= /usr/bin/python2.7
|
||||
USE_GNOME= intltool
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \
|
||||
--with-freedesktop_org-mime=${PREFIX}/share/mime \
|
||||
--with-icon-path=${PREFIX}/share/pixmaps
|
||||
|
Loading…
Reference in New Issue
Block a user