diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-23 14:34:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-23 14:34:56 +0000 |
commit | 3e23ad2ac9f1e3019b86f96715fc456df5080588 (patch) | |
tree | 696a113c4ea8ec31cab968d3457a56e637806352 /x11-fonts | |
parent | 28edb9d0eba949500132406d4a2bc85d33a841d6 (diff) | |
download | ports-3e23ad2ac9f1e3019b86f96715fc456df5080588.tar.gz ports-3e23ad2ac9f1e3019b86f96715fc456df5080588.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/xfontselector/Makefile | 41 | ||||
-rw-r--r-- | x11-fonts/xfontselector/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/xfontselector/files/patch-Makefile | 11 | ||||
-rw-r--r-- | x11-fonts/xfontselector/pkg-descr | 5 |
5 files changed, 0 insertions, 60 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 79098ffda3c4..7559a42d7d08 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -52,7 +52,6 @@ SUBDIR += urwfonts-ttf SUBDIR += webfonts SUBDIR += xfed - SUBDIR += xfontselector SUBDIR += xmbdfed SUBDIR += xorg-fonts-100dpi SUBDIR += xorg-fonts-75dpi diff --git a/x11-fonts/xfontselector/Makefile b/x11-fonts/xfontselector/Makefile deleted file mode 100644 index 0577f408eb6d..000000000000 --- a/x11-fonts/xfontselector/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: xfontselector -# Date created: May 23, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= xfontselector -PORTVERSION= 0.9.4 -CATEGORIES= x11-fonts -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-4 - -MAINTAINER= ports@FreeBSD.org -COMMENT= X Font Selector - -DEPRECATED= "QT2 is obsolete" -EXPIRATION_DATE=2004-07-14 - -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_QT_VER= 2 -MAKE_ENV= CXX="${CXX} ${QTCPPFLAGS} -I${X11BASE}/include" \ - LIBS="${QTCFGLIBS} -L${X11BASE}/lib" -ALL_TARGET= # empty - -MAN1= xfontselector.1 -PLIST_FILES= bin/xfontselector - -post-patch: - @${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; s,^CXXFLAGS,#CXXFLAGS,g ; \ - s,^LIBS=,LIBS+=,g ; s,-lqt,-lqt2,g ; \ - s,moc ,${MOC} ,g" ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/x11-fonts/xfontselector/distinfo b/x11-fonts/xfontselector/distinfo deleted file mode 100644 index 15a324729f8b..000000000000 --- a/x11-fonts/xfontselector/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xfontselector-0.9-4.tar.gz) = 7dded541d7c0c864422895e6d489b670 -SIZE (xfontselector-0.9-4.tar.gz) = 7771 diff --git a/x11-fonts/xfontselector/files/patch-Makefile b/x11-fonts/xfontselector/files/patch-Makefile deleted file mode 100644 index b8890b18c218..000000000000 --- a/x11-fonts/xfontselector/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Mon Jun 17 22:21:50 2002 -+++ Makefile Mon Jun 17 22:22:01 2002 -@@ -16,7 +16,7 @@ - - - xfontselector: xfontselector.o moc_xfontselector.o -- $(CXX) $(LFLAGS) -o $@ $^ $(LIBS) -+ $(CXX) $(LFLAGS) -o $@ $> $(LIBS) - strip $@ - - xfontselector.o: xfontselector.cpp xfontselector.h diff --git a/x11-fonts/xfontselector/pkg-descr b/x11-fonts/xfontselector/pkg-descr deleted file mode 100644 index 01b64d9d4d28..000000000000 --- a/x11-fonts/xfontselector/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -xfontselector is a program which goal is to allow easy selection of the -most suitable font in X windows. It allows to choose several fonts and -compare how they look line by line. - -WWW: http://xfontselector.sourceforge.net/ |