mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Remove obsoleted hacks
PR: ports/66167 Submitted by: maintainer
This commit is contained in:
parent
4b582face7
commit
32e5598377
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108155
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= silky
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://rusunix.org/pub/FreeBSD/distfiles/
|
||||
@ -21,9 +22,8 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-silc-includes=${LOCALBASE}/include/silc \
|
||||
--with-silc-libs=${LOCALBASE}/lib \
|
||||
--with-docdir=${DOCSDIR}
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}"
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
--with-docdir=${DOCSDIR} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
|
||||
USE_GNOME= gtk20 libglade2
|
||||
USE_GMAKE= yes
|
||||
@ -32,7 +32,6 @@ USE_X_PREFIX= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/ include / /' ${WRKSRC}/Makefile.in
|
||||
@${PERL} -pi -e 's|/etc/|${LOCALBASE}/etc/|' ${WRKSRC}/src/main.c
|
||||
@${PERL} -pi -e 's|share/pixmaps/\$${\w+}|share/pixmaps/|; \
|
||||
s|(PACKAGE_PIXMAPS_DIR \")\$${packageprefix}/|\1${X11BASE}/|' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
Loading…
Reference in New Issue
Block a user