freebsd-ports/graphics/linux-f10-imlib/Makefile
Boris Samorodov 3382571443 Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).
It's more safe that a relative path.

Inspired by PR:		ports/169702
Submitted by:	Tijl Coosemans <tijl@coosemans.org>
Discussed at:	freebsd-emulation
2012-07-31 13:15:32 +00:00

27 lines
647 B
Makefile

# New ports collection makefile for: graphics/linux-f10-imlib
# Date created: 2009-05-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= imlib
PORTVERSION= 1.9.15
CATEGORIES= graphics linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of imlib (Linux Fedora 10)
CONFLICTS= linux-imlib-[0-9]* linux-f8-imlib-[0-9]*
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 9.fc10
BRANDELF_FILES= usr/bin/imlib_config
USE_LDCONFIG= yes
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
.include <bsd.port.mk>