mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
20 lines
296 B
Makefile
20 lines
296 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXpm
|
|
PORTVERSION= 3.5.10
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Pixmap library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xext xextproto xt
|
|
|
|
MAN1= cxpm.1 sxpm.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|