- Adjust port comment and description
- Reindent Makefile to fit in 80 column width - Remove dead master site, provide alternative location - Drop maintainership
This commit is contained in:
parent
7dcd7a33ba
commit
44be971e44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240155
@ -1,6 +1,6 @@
|
||||
# New ports collection makefile for: DeCurs
|
||||
# Date created: 19 January 2002
|
||||
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
|
||||
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -9,10 +9,11 @@ PORTNAME= decurs
|
||||
PORTVERSION= 0.55.1
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://varg.dyndns.org/psi/files/
|
||||
MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \
|
||||
#http://varg.dyndns.org/psi/files/
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= A GTK+ based program that lets you edit you XFree86 mouse cursors
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A program that lets you edit your X11 mouse cursors
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20
|
||||
|
||||
@ -29,11 +30,11 @@ BROKEN= Does not compile on !i386
|
||||
post-patch:
|
||||
@${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
|
||||
${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec
|
||||
# Hack for contemporary GCC
|
||||
# Hacks for contemporary GCC
|
||||
@${REINPLACE_CMD} -e 's/CppString \&str/const &/' \
|
||||
${WRKSRC}/src/cppstring.cc ${WRKSRC}/src/cppstring.hh
|
||||
@${REINPLACE_CMD} -E 's/^\/\/ friend//; s/([^:])ostream/\1std::ostream/g' \
|
||||
${WRKSRC}/src/cppstring.hh
|
||||
@${REINPLACE_CMD} -E 's/^\/\/ friend// ; \
|
||||
s/([^:])ostream/\1std::ostream/g' ${WRKSRC}/src/cppstring.hh
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/decurs ${PREFIX}/bin/decurs.bin
|
||||
|
@ -1,5 +1,3 @@
|
||||
DeCurs is a GTK+ based program that lets you edit you XFree86 mouse
|
||||
cursors. It reads them from "bdf"-formatted font files. Now don't
|
||||
worry, DeCurs comes with one handy.
|
||||
|
||||
WWW: http://varg.dyndns.org/psi/pub/code/decurs/
|
||||
DeCurs is a GTK+ based program that lets you edit you X11 mouse cursors.
|
||||
It reads them from BDF-formatted font files. Now don't worry, it comes
|
||||
with one handy.
|
||||
|
Loading…
Reference in New Issue
Block a user