freebsd-ports/multimedia/libsmacker/Makefile
Pawel Pekala 8694b56e24 libsmacker is a cross-platform C library which can be used for decoding Smacker
Video files produced by RAD Game Tools. Smacker Video was the king of video
middleware in the 1990s, and its 256-color compressed video format was used in
over 2600 software titles.

WWW: http://libsmacker.sourceforge.net

PR:		ports/176822
SUbmitted by:	Greg Kennedy <kennedy.greg@gmail.com>
2013-03-20 22:52:04 +00:00

20 lines
388 B
Makefile

# $FreeBSD$
PORTNAME= libsmacker
PORTVERSION= 1.0
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/$(DISTNAME)/
MAINTAINER= kennedy.greg@gmail.com
COMMENT= C library for decoding .smk Smacker Video files
CFLAGS+= -fPIC
USE_LDCONFIG= yes
PLIST_FILES= lib/libsmacker.so
post-patch:
@${REINPLACE_CMD} '/CFLAGS/s|+=|?=|; s|gcc|${CC}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>