mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
1bf4b2310b
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
28 lines
616 B
Makefile
28 lines
616 B
Makefile
# New ports collection makefile for: linux-imlib
|
|
# Date created: 01/09/18
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imlib
|
|
PORTVERSION= 1.9.13
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-24
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of imlib
|
|
|
|
CONFLICTS= linux-f8-imlib-[0-9]* linux-f10-imlib-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|