blob: 618aba6b0ea215e07121a7b71368ef247573f4a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: linux-imlib
# Date created: 01/09/18
# Whom: taoka@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= imlib
PORTVERSION= 1.9.8.1
PORTREVISION= 1
CATEGORIES= graphics linux
MAINTAINER= ports@FreeBSD.org
COMMENT= RPM of imlib
RPM_SET= imlib-${PORTVERSION}-2.${ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
|