caedea32b1
Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
19 lines
404 B
Makefile
19 lines
404 B
Makefile
# New ports collection makefile for: hexcalc
|
|
# Version required: 1.11 (taken from sccsid in hexcalc.c)
|
|
# Date created: 5 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/11 01:19:01 asami Exp $
|
|
#
|
|
|
|
DISTNAME= hexcalc
|
|
PKGNAME= hexcalc-1.11
|
|
CATEGORIES+= math
|
|
MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
|
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|