# New ports collection makefile for: gnet # Date created: 16 February 2000 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= gnet PORTVERSION= 1.1.4 CATEGORIES= net MASTER_SITES= http://www.gnetlibrary.org/src/ MAINTAINER= nakai@FreeBSD.org USE_REINPLACE= yes USE_GNOMENG= yes USE_GNOME= gnomehack glib12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes MAN1= gnet-config.1 post-patch: # fix pthreads detection @${REINPLACE_CMD} -E -e 's,-lpthread|-lc_r,${PTHREAD_LIBS},' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # remove "release" information from lib name @${REINPLACE_CMD} -E -e 's|-release[ ]+\$$\(LT_RELEASE\)||g' \ ${WRKSRC}/src/Makefile.in # don't install gnet-config script with odd name. We will install it ourselves @${REINPLACE_CMD} -E -e 's|^(install-exec-am:).+$$|\1|' \ ${WRKSRC}/Makefile.in # install gnet-config.1 man (not another name). Revise at EVERY port update @${REINPLACE_CMD} -e 's|\$$\$$inst|\$$\$$file|g' \ ${WRKSRC}/doc/Makefile.in # install configincludedir correctly @${REINPLACE_CMD} -E -e 's|^(configincludedir).+$$|\1=\$$\(pkgincludedir\)|' \ ${WRKSRC}/Makefile.in post-install: @${INSTALL_SCRIPT} ${WRKSRC}/gnet-config ${PREFIX}/bin .include 'form'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add explicit dependency on pkgconf (2 ports)marino2013-09-141-1/+1
* - Update devel/automake to 1.14ade2013-07-161-1/+1
* - Update to 0.16wen2012-12-162-9/+4
* - update png to 1.5.10dinoex2012-06-011-0/+1
* - Update toversion 0.15pawel2011-10-135-6/+40