diff --git a/print/xpp/Makefile b/print/xpp/Makefile index fb0239b4443f..c79a0094b321 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,27 +1,31 @@ # New ports collection makefile for: xpp # Date created: 3 Oct 2001 # Whom: Daniel O'Connor # # $FreeBSD$ # PORTNAME= xpp -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cups MAINTAINER= doconnor@gsoft.com.au LIB_DEPENDS= cups:${PORTSDIR}/print/cups \ fltk:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups -lfltk \ -lGL -lXext ${PTHREAD_LIBS:S/"//g}" \ CPPFLAGS=-I${LOCALBASE}/include +post-install: + $(MKDIR) $(PREFIX)/share/doc/xpp + $(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/xpp + .include diff --git a/print/xpp/distinfo b/print/xpp/distinfo index 0635b5d74ff5..242f5f19536d 100644 --- a/print/xpp/distinfo +++ b/print/xpp/distinfo @@ -1 +1 @@ -MD5 (xpp-1.0.tar.gz) = fc2649b2db29a3ae4bec6842ccd8e268 +MD5 (xpp-1.1.tar.gz) = abf4634edf3ff15c6f4db436d68fa835 diff --git a/print/xpp/pkg-plist b/print/xpp/pkg-plist index 9d7d8eceb240..f835e3ed62c3 100644 --- a/print/xpp/pkg-plist +++ b/print/xpp/pkg-plist @@ -1 +1,2 @@ bin/xpp +share/doc/xpp/README