11 lines
182 B
Makefile
11 lines
182 B
Makefile
# Created by: Martin Matuska <martin@matuska.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -hard
|
|
|
|
CONFLICTS= pth-2.*
|
|
|
|
MASTERDIR= ${.CURDIR}/../pth
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|