pkgsrc/editors/ed/Makefile
cheusov e17f55d7f8 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.

++pkgrevision

Add LICENSE
2012-05-29 21:51:15 +00:00

30 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/05/29 21:51:15 cheusov Exp $
DISTNAME= ed-1.1
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=ed/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.gnu.org/software/ed/ed.html
COMMENT= GNU version of line-oriented text editor
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
INFO_FILES= yes
CONFIGURE_ARGS+= --program-prefix=g
INSTALL_TARGET= install install-man
INSTALLATION_DIRS= gnu/bin
post-install:
ln -s ../../bin/ged ${DESTDIR}${PREFIX}/gnu/bin/ed
ln -s ../../bin/gred ${DESTDIR}${PREFIX}/gnu/bin/red
.include "../../mk/bsd.pkg.mk"