mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# Created by: Chia-liang Kao <clkao@clkao.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cdk
|
|
PORTVERSION= 5.20120324
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ftp://dickey.his.com/cdk/
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= cdk-perl-${PORTVERSION:C,^[0-9]\.,,}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl5 module for Curses Development Kit
|
|
|
|
LICENSE= BSD4CLAUSE
|
|
|
|
LIB_DEPENDS= libcdk.so:${PORTSDIR}/devel/cdk
|
|
|
|
USES= perl5 tar:tgz
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= pure_install
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-stage:
|
|
@${SED} -i '' -e 's,${STAGEDIR},,g' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Cdk/.packlist
|
|
|
|
.include <bsd.port.mk>
|