mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
7e8c672970
- Strip shared library in post-install: phase - Simplify Makefile - Bump PORTREVISION for package change
29 lines
625 B
Makefile
29 lines
625 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ming
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics perl5
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl5 module for Ming which allows you to create Flash 4/5 movies
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
CONFIGURE_ARGS= --enable-perl
|
|
INSTALL_WRKSRC= ${WRKSRC}/perl_ext
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
|
|
PATCH_WRKSRC= ${WRKSRC}/perl_ext
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
USES= perl5
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/ming
|
|
SLAVEPORT= p5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|