1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/linux-f10-libmng/Makefile
Boris Samorodov d52bfb13aa o convert the port to use bsd.linux-rpm.mk infrostructure;
o  update to new version 1.0.9;
o  add amd64 to ONLY_FOR_ARCHS;
o  add SHA256 checksum;
o  add fetching of the sources when PACKAGE_BUILDING=YES.

Approved by:	mranner@inode.at (maintainer timeout, emailed 2006-06-26),
		netchild (mentor, implicit)
2006-08-03 23:29:12 +00:00

26 lines
533 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= mranner@inode.at
COMMENT= RPM of libmng
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
INSTALLS_SHLIB= yes
ONLY_FOR_ARCHS= i386 amd64
PLIST?= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
.include <bsd.port.mk>