# New ports collection makefile for: gdkxft # Date created: 3 September 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gdkxft PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://philrsss.anu.edu.au/~josh/gdkxft/ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --disable-static INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS=-lgnuregex PKGMESSAGE= ${WRKDIR}/.message .include .if $(XFREE86_VERSION) < 4 IGNORE= "requires XFree86-4.x or later to run" .endif post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} @/usr/bin/printf "\nRefer to ${DOCSDIR}/README for details on how to enable gdkxft.\n\n" > \ ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include