does (ie. exits when getting EOF once instead of twice). Regen info file patch; also remove patch-Makefile_in, since make-plist(1) doesn't care about info/dir files (l.748). ok sthen@ pascal@ (maintainer)
33 lines
702 B
Makefile
33 lines
702 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/06/09 22:19:41 jca Exp $
|
|
|
|
COMMENT = GNU version of standard text editor
|
|
|
|
V = 1.8
|
|
DISTNAME = ed-${V}
|
|
PKGNAME = ged-${V}
|
|
|
|
CATEGORIES = editors
|
|
|
|
HOMEPAGE = http://www.gnu.org/software/ed/
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNU:=ed/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
--program-prefix=g \
|
|
CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
FAKE_FLAGS = INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
|
INSTALL_DATA="${INSTALL_DATA}" \
|
|
INSTALL_DIR="${INSTALL_DATA_DIR}"
|
|
|
|
.include <bsd.port.mk>
|