freebsd-ports/editors/edith/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

43 lines
1,009 B
Makefile

# New ports collection makefile for: edith
# Date created: 8 February 2002
# Whom: Christian Brueffer <chris@unixpages.org>
#
# $FreeBSD$
#
PORTNAME= edith
PORTVERSION= 1.58
PORTREVISION= 2
CATEGORIES= editors linux
MASTER_SITES= http://www.groenink.com/pub/edith/
DISTFILES= edith1.55.common.tar.gz \
edith1.58.linux-glibc.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A X11 GUI editor for binary and plain text files
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
USE_XLIB= yes
RESTRICTED= "Redistribution not allowed"
NO_BUILD= yes
MAN1= edith.1
MANCOMPRESSED= no
WRKSRC= ${WRKDIR}/edith
EDITHDIR= ${PREFIX}/lib/edith
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${PREFIX}/bin
${MKDIR} ${EDITHDIR}
${MKDIR} ${EDITHDIR}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${EDITHDIR}/bin
.for i in defaults help
${MKDIR} ${EDITHDIR}/${i}
${INSTALL_DATA} ${WRKSRC}/${i}/* ${EDITHDIR}/${i}
.endfor
${INSTALL_MAN} ${WRKSRC}/edith.1 ${PREFIX}/man/man1
.include <bsd.port.mk>