1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/cad/cider/files/Makefile.cider
Steve Price d38479ecaa * Do not set NO_WRKSUBDIR to yes. Specify WRKSRC.
* Respect CFLAGS.
* Make less use of __FreeBSD__.
* Use more system-defined make variables.

PR:		15746
Submitted by:	maintainer
1999-12-29 21:32:14 +00:00

12 lines
244 B
Makefile

all:
./util/build FreeBSD
install:
./util/build FreeBSD install
chmod ${BINMODE} ${PREFIX}/bin/cider
strip ${PREFIX}/bin/cider
chmod -R a+rX ${PREFIX}/share/cider
${BSD_INSTALL_MAN} doc/cider.1 ${PREFIX}/man/man1
.include <bsd.own.mk>