b4d31348e7
- use -fPIC instead of -fpic so the shared libs will link on SPARC - make sure to remove dirs when uninstalling
17 lines
315 B
Makefile
17 lines
315 B
Makefile
# $OpenBSD: Makefile,v 1.2 1999/07/18 09:27:19 brad Exp $
|
|
|
|
DISTNAME= xview-config-3.2.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
DISTFILES= xview3.2p1-X11R6.tar.gz
|
|
|
|
WRKSRC= ${WRKDIR}/xview3.2p1-X11R6/config
|
|
USE_IMAKE= yes
|
|
|
|
post-extract:
|
|
@chmod -R go+rX ${WRKDIR}
|
|
|
|
do-build:
|
|
|
|
.include <bsd.port.mk>
|