diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-23 08:26:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-23 08:26:20 +0000 |
commit | d680f4cec30dae86668bb0602467d1d41f08f8fd (patch) | |
tree | 5a2c846477ccd43e0669481e078e750eb4216093 /x11-fonts | |
parent | 7ec459fa338ac28b9bb852006562378d13ce615b (diff) | |
download | ports-d680f4cec30dae86668bb0602467d1d41f08f8fd.tar.gz ports-d680f4cec30dae86668bb0602467d1d41f08f8fd.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/xfontselector/Makefile | 35 | ||||
-rw-r--r-- | x11-fonts/xfontselector/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/xfontselector/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/xfontselector/pkg-descr | 5 | ||||
-rw-r--r-- | x11-fonts/xfontselector/pkg-plist | 1 |
6 files changed, 44 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 40e7cc506692..c372ef4c75e7 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -34,6 +34,7 @@ SUBDIR += urwfonts SUBDIR += webfonts SUBDIR += xfed + SUBDIR += xfontselector SUBDIR += xmbdfed .include <bsd.port.subdir.mk> diff --git a/x11-fonts/xfontselector/Makefile b/x11-fonts/xfontselector/Makefile new file mode 100644 index 000000000000..7693d8141be4 --- /dev/null +++ b/x11-fonts/xfontselector/Makefile @@ -0,0 +1,35 @@ +# 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 + +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 + +post-patch: + @${PERL} -pi -e "s,^CXX,#CXX,g ; s,^CXXFLAGS,#CXXFLAGS,g ; \ + s,^LIBS=,LIBS+=,g ; s,-lqt,-lqt2,g ; \ + s,\tmoc,\t${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 new file mode 100644 index 000000000000..93f591de5994 --- /dev/null +++ b/x11-fonts/xfontselector/distinfo @@ -0,0 +1 @@ +MD5 (xfontselector-0.9-4.tar.gz) = 7dded541d7c0c864422895e6d489b670 diff --git a/x11-fonts/xfontselector/pkg-comment b/x11-fonts/xfontselector/pkg-comment new file mode 100644 index 000000000000..4f000566dbe4 --- /dev/null +++ b/x11-fonts/xfontselector/pkg-comment @@ -0,0 +1 @@ +X Font Selector diff --git a/x11-fonts/xfontselector/pkg-descr b/x11-fonts/xfontselector/pkg-descr new file mode 100644 index 000000000000..01b64d9d4d28 --- /dev/null +++ b/x11-fonts/xfontselector/pkg-descr @@ -0,0 +1,5 @@ +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/ diff --git a/x11-fonts/xfontselector/pkg-plist b/x11-fonts/xfontselector/pkg-plist new file mode 100644 index 000000000000..e2b1e97298d9 --- /dev/null +++ b/x11-fonts/xfontselector/pkg-plist @@ -0,0 +1 @@ +bin/xfontselector |