1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/editors/asedit/Makefile
Pawel Pekala a041d3e537 - Respect CFLAGS
- Switch to PLIST_FILES
- Support staging

PR:		ports/181068
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-02 13:47:56 +00:00

32 lines
681 B
Makefile

# Created by: Andreas Kohout <shanee@augusta.de>
# $FreeBSD$
PORTNAME= asedit
PORTVERSION= 1.3.2
PORTREVISION= 4
CATEGORIES= editors
MASTER_SITES= XCONTRIB/editors
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Text editor for X/Motif
USES= imake:notall motif
USE_XORG= ice sm x11 xext xmu xp xt
PLIST_FILES= bin/asedit \
lib/X11/app-defaults/Asedit \
lib/X11/app-defaults/Asedit-sgi \
lib/X11/app-defaults/Asedit_em \
lib/X11/app-defaults/Asedit_em-sgi \
lib/X11/asedit.hlp \
lib/X11/asedit_em.hlp \
man/man1/asedit.1.gz
post-patch:
@${REINPLACE_CMD} -e \
'/^XMLIB/s|-lPW|| ; \
/^DEFINES/s|-O ||' ${WRKSRC}/Imakefile
.include <bsd.port.mk>