15 lines
251 B
Makefile
15 lines
251 B
Makefile
|
# New ports collection makefile for: pth-hard
|
||
|
# Date created: 9 February 2007
|
||
|
# Whom: Martin Matuska <martin@matuska.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAMESUFFIX= -hard
|
||
|
|
||
|
CONFLICTS= pth-2.*
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../pth
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|