6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
24 lines
499 B
Makefile
24 lines
499 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= 2
|
|
CATEGORIES= graphics linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-24
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= RPM of imlib
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|