I haven't a clue why this worked before and stopped now, but I think I'm okay as this shouldn't break things.
22 lines
639 B
Makefile
22 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/11/14 20:32:23 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= apla-1.0.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://pd37.warszawa.sdi.tpnet.pl/NetBSD/
|
|
|
|
MAINTAINER= zuntum@netbsd.org,w.wnuk@zodiac.mimuw.edu.pl
|
|
COMMENT= replacement for aviplay player
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
USE_X11= YES
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/apla ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/apla.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../graphics/avifile-devel/buildlink.mk"
|
|
.include "../../devel/SDL_ttf/buildlink.mk"
|
|
.include "../../graphics/freetype2/buildlink.mk"
|
|
.include "../../converters/libiconv/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|