freebsd-ports/x11/libXpm/Makefile
Bernhard Froehlich e3b0b10887
x11/libXpm: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:28 +00:00

25 lines
432 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
PORTNAME= libXpm
PORTVERSION= 3.5.13
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Pixmap library
LICENSE= MIT
USES= cpe xorg xorg-cat:lib
USE_XORG= xorgproto x11 xext xt
LDFLAGS+= -L${LOCALBASE}/lib
CPE_VENDOR= libxpm_project
OPTIONS_DEFINE= NLS
NLS_USES= gettext
NLS_CONFIGURE_ENV_OFF= ac_cv_search_gettext=no
INSTALL_TARGET= install-strip
.include <bsd.port.mk>