mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f6f9c02e7e
. bump PORTREVISIONs.
28 lines
549 B
Makefile
28 lines
549 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
MAINTAINER= michael@ranner.eu
|
|
COMMENT= RPM of libmng
|
|
|
|
CONFLICTS= linux-f8-libmng-[0-9]* linux-f10-libmng-[0-9]*
|
|
|
|
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>
|