mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ea702f7fa6
Summary of changes: * Changes to autoconf * Free data if needed * misc. other fixes
16 lines
229 B
Makefile
16 lines
229 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xprop
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Property displayer for X
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xmuu x11
|
|
|
|
PLIST_FILES= bin/xprop man/man1/xprop.1.gz
|
|
|
|
.include <bsd.port.mk>
|