mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
45cb752a04
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
33 lines
647 B
Makefile
33 lines
647 B
Makefile
# Created by: gena
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xforms
|
|
DISTVERSION= 1.2.4
|
|
PORTREVISION= 4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-toolkits graphics
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical user interface toolkit for X Window System
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
LIB_DEPENDS= libtiff.so:graphics/tiff
|
|
|
|
USES= jpeg libtool
|
|
USE_XORG= xpm
|
|
USE_GL= gl
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's|#define fl_draw_box|#define fl_drw_box|' \
|
|
${WRKSRC}/lib/include/Basic.h
|
|
|
|
.include <bsd.port.mk>
|