freebsd-ports/multimedia/libsmacker/Makefile
Mathieu Arnold e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +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>