freebsd-ports/math/calctool/Makefile
Nick Sayer 9ba7436d59 1. Respect CFLAGS
2. Respect X11BASE

3. Reduce Makefile patching by specifying ALL-TARGET
2001-03-09 18:25:08 +00:00

23 lines
389 B
Makefile

# New ports collection makefile for: calctool-2.4pl13
# Date created: 2 Dec 1996
# Whom: nsayer@quack.kfu.com
#
# $FreeBSD$
#
PORTNAME= calctool
PORTVERSION= 2.4.13
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTNAME= calctool-2.4pl13
MASTER_SITE_SUBDIR= nsayer
MAINTAINER= nsayer@freebsd.org
USE_X_PREFIX= yes
MAN1= calctool.1
ALL_TARGET= x11
.include <bsd.port.mk>