# New ports collection makefile for: LiON # Date created: June 2006 # Whom: Marco Molteni # # $FreeBSD$ # PORTNAME= lion DISTVERSION= 20060630 CATEGORIES= devel net MASTER_SITES= http://www.lundman.net/ftp/ EXTRACT_SUFX= .tgz MAINTAINER= molterSPAM@gufiSPAM.org COMMENT= Multi-platform, event-driven, simple networking library # TODO # add support for SSL/TLS/OpenSSL WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes ALL_TARGET= default INCLUDES= base64.h connections.h io.h lfnmatch.h lgroup.h lion.h \ lion_rcsid.h lion_types.h misc.h pipe.h sockets.h \ timers.h tls.h udp.h zlib.h post-patch: @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/timers.h @${REINPLACE_CMD} -E 's,^(CC|LDFLAGS) *=,\1 ?=,' \ ${WRKSRC}/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/liblion.a ${PREFIX}/lib @${MKDIR} ${PREFIX}/include/lion .for i in ${INCLUDES} ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/include/lion .endfor .include cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+0
* - Update to 0.4.9miwi2007-12-192-7/+7
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Reset unreachable maintainer address:kris2007-02-111-1/+1
* - Update to 0.4.8miwi2006-12-092-6/+6
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-13