Files
ports/multimedia/recmpeg/Makefile
Muhammad Moinur Rahman 587d0f42d1 multimedia/recmpeg: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 22:40:38 +01:00

23 lines
472 B
Makefile

PORTNAME= recmpeg
PORTVERSION= 1.0.5
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple video encoder
WWW= https://fame.sourceforge.net/
LIB_DEPENDS= libfame.so:multimedia/libfame
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/recmpeg \
share/man/man1/recmpeg.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>