freebsd-ports/editors/gnuserv-emacs20/Makefile
Frank J. Laszlo 3105b28d41 Respect X11BASE
Reported by:	pointyhat
2006-12-01 14:14:47 +00:00

19 lines
393 B
Makefile

# New ports collection makefile for: gnuserv-emacs20
# Date created: 10 February 2001
# Whom: ilya
#
# $FreeBSD$
#
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../gnuserv
# emacs port setup
USE_EMACS= yes
EMACS_PORT_NAME= emacs20
CONFIGURE_ARGS+= --x-includes=${X11BASE}/includes \
--x-libraries=${X11BASE}/lib
.include "${MASTERDIR}/Makefile"