Fix Makefile and Makefile.common, so they are more clear and pkglint can accept them
This commit is contained in:
parent
c96537ea5e
commit
1a5750cd71
2 changed files with 16 additions and 11 deletions
|
@ -1,7 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/11/26 17:08:13 mpasternak Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/01/03 22:26:07 mpasternak Exp $
|
||||
#
|
||||
|
||||
PKGNAME= ${DISTNAME}
|
||||
DISTNAME= ${MING_DISTNAME}
|
||||
PKGNAME= ${MING_PKGNAME}
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MING_MASTER_SITES}
|
||||
EXTRACT_SUFX= ${MING_EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= http://ming.sourceforge.net/
|
||||
COMMENT= Create SWF (Macromedia Flash) files with this library
|
||||
|
||||
.include "../../wip/ming/Makefile.common"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
# $NetBSD: Makefile.common,v 1.1.1.1 2003/11/26 17:08:13 mpasternak Exp $
|
||||
# $NetBSD: Makefile.common,v 1.2 2004/01/03 22:26:07 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME?= ming-0.2a
|
||||
CATEGORIES?= graphics
|
||||
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=ming/}
|
||||
EXTRACT_SUFX?= .tgz
|
||||
|
||||
MAINTAINER?= dotz@irc.pl
|
||||
HOMEPAGE?= http://ming.sourceforge.net/
|
||||
COMMENT?= Create SWF (Macromedia Flash) files with this library
|
||||
MING_DISTNAME= ming-0.2a
|
||||
MING_PKGNAME= ming-0.2
|
||||
MING_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ming/}
|
||||
MING_EXTRACT_SUFX= .tgz
|
||||
|
||||
DISTINFO_FILE?= ${.CURDIR}/../ming/distinfo
|
||||
COMMON_FILESDIR?= ${.CURDIR}/../ming/files
|
||||
|
|
Loading…
Reference in a new issue