mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
408 B
Makefile
24 lines
408 B
Makefile
# New ports collection makefile for: mkcomposecache
|
|
# Date Created: 30 Jan 2007
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkcomposecache
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Program to create Compose cache files
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= sbin/mkcomposecache
|
|
|
|
MAN8= mkcomposecache.8
|
|
|
|
.include <bsd.port.mk>
|