Index: head/net/linc/Makefile =================================================================== --- head/net/linc/Makefile (revision 396182) +++ head/net/linc/Makefile (revision 396183) @@ -1,33 +1,36 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= linc PORTVERSION= 1.0.3 PORTREVISION?= 8 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for writing networked servers & clients USES= tar:bzip2 +DEPRECATED= Last release in 2003, not used by anything anymore. +EXPIRATION_DATE= 2015-09-19 + .if !defined(REFERENCE_PORT) USES+= gmake libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in .include .endif