mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
20 lines
355 B
Makefile
20 lines
355 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= libXmu
|
|
PORTVERSION= 1.1.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Miscellaneous Utilities libraries
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg xorg-cat:lib
|
|
USE_XORG= xorgproto x11 xt xext
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|