mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ecab732bf8
Noticed by: Satoshi Asami
26 lines
551 B
Makefile
26 lines
551 B
Makefile
# New ports collection makefile for: xpm
|
|
# Version required: 3.4k
|
|
# Date created: 14 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.17 1998/09/16 01:36:13 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xpm-3.4k
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= cxpm.1 sxpm.1
|
|
|
|
post-install:
|
|
if [ "${PORTOBJFORMAT}" = "aout" ]; then \
|
|
${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so; \
|
|
fi
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|