1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/p2c/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

27 lines
638 B
Makefile

# New ports collection makefile for: p2c
# Version required: 1.21alpha-07.Dec.93
# Date created: 4 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.9 1996/11/17 06:12:37 obrien Exp $
#
DISTNAME= p2c-1.21alpha-07.Dec.93
PKGNAME= p2c-1.21a
CATEGORIES= lang
MASTER_SITES= ftp://src.doc.ic.ac.uk/gnu/hurd/
DISTFILES= p2c-1.21alpha2.tar.gz
MAINTAINER= jmz@FreeBSD.org
MAN1= p2c.1 p2cc.1
pre-install: build
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/lib
@${MKDIR} ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/include/p2c
@${INSTALL_MAN} ${WRKSRC}/src/p2cc.man ${PREFIX}/man/man1/p2cc.1
.include <bsd.port.mk>