2000-01-31 08:43:45 +00:00
|
|
|
# New ports collection makefile for: dedit
|
|
|
|
# Date created: 26 January 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 00:25:54 +00:00
|
|
|
PORTNAME= dedit
|
2002-01-22 21:58:49 +00:00
|
|
|
PORTVERSION= 0.6.2.3
|
2002-03-18 10:27:58 +00:00
|
|
|
PORTREVISION= 1
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= editors gnome
|
2002-01-22 21:58:49 +00:00
|
|
|
MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/d/dedit/
|
2000-04-14 00:25:54 +00:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2000-01-31 08:43:45 +00:00
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
2002-03-18 09:46:46 +00:00
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
2000-01-31 08:43:45 +00:00
|
|
|
|
2000-07-16 14:18:15 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2000-01-31 08:43:45 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_GNOME= yes
|
2000-09-07 08:09:29 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-17 11:31:24 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-03-19 12:52:55 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -liconv"
|
2000-01-31 08:43:45 +00:00
|
|
|
|
2000-02-12 15:18:15 +00:00
|
|
|
MAN1= dedit.1
|
|
|
|
MANLANG= "" ja
|
2000-01-31 08:43:45 +00:00
|
|
|
|
2001-02-11 20:23:28 +00:00
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
2002-01-22 21:58:49 +00:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|dedit.ja.1||'
|
2001-02-11 20:23:28 +00:00
|
|
|
|
2000-02-12 15:18:15 +00:00
|
|
|
post-install:
|
2002-01-22 21:58:49 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 ${MANPREFIX}/man/ja/man1/dedit.1
|
2000-01-31 08:43:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|