mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1bf4b2310b
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
28 lines
637 B
Makefile
28 lines
637 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= pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
.include <bsd.port.mk>
|