mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
22 lines
402 B
Makefile
22 lines
402 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
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/CFLAGS/s|+=|?=|; s|gcc|${CC}|g' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|