mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
997e874e60
Register those explicitly to get consistent package. Submitted by: nork
22 lines
361 B
Makefile
22 lines
361 B
Makefile
# New ports collection makefile for: libXpm
|
|
# Date Created: 25 Jan, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXpm
|
|
PORTVERSION= 3.5.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Pixmap library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto x11 xext xextproto xt
|
|
|
|
MAN1= cxpm.1 sxpm.1
|
|
|
|
.include <bsd.port.mk>
|