mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
edb8cc3197
PR: 132857 132858 132859 132860 132861 132863 132864 132865 Submitted by: Michael Ranner <mranner@inode.at>
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# New ports collection makefile for: linux-libmng
|
|
# Date created: 01/09/18
|
|
# Whom: mranner@inode.at
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmng
|
|
PORTVERSION= 1.0.9
|
|
CATEGORIES= graphics linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
MAINTAINER= michael@ranner.eu
|
|
COMMENT= RPM of libmng
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= jpeg
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
PLIST?= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
.include <bsd.port.mk>
|