1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/pcl/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

31 lines
592 B
Makefile

# New ports collection makefile for: pcl
# Date Created: 13 Oct 2008
# Whom: Manuel Giraud <manuel.giraud@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pcl
PORTVERSION= 1.6
CATEGORIES= devel
MASTER_SITES= http://www.xmailserver.org/
MAINTAINER= manuel.giraud@gmail.com
COMMENT= Portable Coroutine Library
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN3= pcl.3
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>