1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Raphael Kubo da Costa d2b95c1b28 Fix MASTER_SITES.
Version 2.0 is located one directory up.

PR:		ports/178460
Submitted by:	John Marino <draco@marino.st> (maintainer)
2013-05-11 22:23:52 +00:00

22 lines
398 B
Makefile

# New ports collection makefile for: cmph
# Date created: 30 Jul 2010
# Whom: Jesse Kempf (jessekempf@gmail.com)
# $FreeBSD$
#
PORTNAME= cmph
PORTVERSION= 2.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= jessekempf@gmail.com
COMMENT= Minimal perfect hashes for C
GNU_CONFIGURE= yes
USES= pathfix
USE_LDCONFIG= yes
MAN1= cmph.1
.include <bsd.port.mk>