2000-01-31 03:43:45 -05:00
|
|
|
# New ports collection makefile for: dedit
|
|
|
|
# Date created: 26 January 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 20:25:54 -04:00
|
|
|
PORTNAME= dedit
|
2000-10-17 07:31:24 -04:00
|
|
|
PORTVERSION= 0.6.2
|
2000-06-01 12:25:45 -04:00
|
|
|
CATEGORIES= editors gnome
|
2000-01-31 03:43:45 -05:00
|
|
|
MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/
|
2000-04-13 20:25:54 -04:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2000-01-31 03:43:45 -05:00
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
2000-10-05 03:10:50 -04:00
|
|
|
LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv
|
2000-01-31 03:43:45 -05:00
|
|
|
|
2000-07-16 10:18:15 -04:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2000-01-31 03:43:45 -05:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 03:10:50 -04:00
|
|
|
USE_GNOME= yes
|
2000-09-07 04:09:29 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-17 07:31:24 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-01-31 03:43:45 -05:00
|
|
|
LIBS="-L${LOCALBASE}/lib -liconv"
|
|
|
|
|
2000-02-12 10:18:15 -05:00
|
|
|
MAN1= dedit.1
|
|
|
|
.if defined(KANJI)
|
|
|
|
MANLANG= "" ja
|
|
|
|
.endif
|
2000-01-31 03:43:45 -05:00
|
|
|
|
2000-02-12 10:18:15 -05:00
|
|
|
post-install:
|
|
|
|
.if defined(KANJI)
|
2000-10-05 03:10:50 -04:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 \
|
|
|
|
${PREFIX}/man/ja/man1/dedit.1
|
2000-02-12 10:18:15 -05:00
|
|
|
.endif
|
2000-01-31 03:43:45 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|